flatiron / plates

Light-weight, logic-less, DSL-free, templates for all javascript environments!
MIT License
831 stars 69 forks source link

Tests failing on latest Node.js #104

Open osmestad opened 11 years ago

osmestad commented 11 years ago

The tests fail for me when run on Node 0.10.3 or 0.10.1, reverting to 0.8.21 makes them pass. Output was: oyvind:plates osmestad$ npm test

plates@0.4.8 test /Users/osmestad/Code/plates vows --spec test/api-test.js

♢ merge data into markup

✗ Errored » 1 errored

npm ERR! Test failed. See above for more details. npm ERR! not ok code 0

msabramo commented 9 years ago

Tests seem to be failing on Travis too