summaryrefslogtreecommitdiffstats
path: root/spec/env/node.js
Commit message (Collapse)AuthorAgeFilesLines
* Update to latest eslintkpdecker2015-09-011-2/+2
|
* Add full support for es6kpdecker2015-04-161-1/+2
| | | | | | | | Converts the tool chain to use babel, eslint, and webpack vs. the previous proprietary solutions. Additionally begins enforcing additional linting concerns as well as updates the code to reflect these rules. Fixes #855 Fixes #993
* Add better logging of test compile errorskpdecker2014-01-061-1/+6
|
* Reduce eval scope in test envkpdecker2013-10-141-1/+6
|
* Fix test runners under nodekpdecker2013-10-091-7/+4
|
* Expose current Handlebars namespace fieldskpdecker2013-10-011-1/+1
|
* Fix cjs output and testingkpdecker2013-09-021-1/+1
|
* Make the Handlebars environment into an objectYehuda Katz2013-07-261-3/+5
| | | | | | | | The idea is that the environment wraps up the mutable stuff in Handlebars (like the helpers) and that you could theoretically create a new one at any time and pass it in to Handlebars.template. Every test makes a new environment and uses it in template compilation.
* Further progress towards modularization.Yehuda Katz2013-07-241-1/+2
| | | | | At this point, I have only 2 fails in the Node build, but I'm doing a bunch of manual stuff locally and still have a bunch of hacks.
* Refactor qunit unit testskpdecker2013-06-011-0/+13
Allows for testing node, browser, and precompiled modes in the node tests. Also reorganizes the qunit spec file to provide better organization.