summaryrefslogtreecommitdiffstats
path: root/spec/env/common.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix tests under IEkpdecker2015-09-231-5/+5
|
* Better assert message in shouldThrowkpdecker2015-09-021-1/+1
|
* Add object option to test runnerkpdecker2015-08-181-1/+4
|
* Cleanup stack traces for test assertionskpdecker2015-08-141-6/+22
|
* Add full support for es6kpdecker2015-04-161-3/+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
* Include error info when throwing type errorkpdecker2015-01-171-1/+1
|
* Add preventIndent option for partialskpdecker2014-11-021-1/+1
| | | | | This disables the standalone partial indent behavior required by the Mustache spec and allows for users to utilize partials in the same manner as under 1.x. Fixes #858
* Additional test coveragekpdecker2014-08-151-0/+4
|
* Increase test coverage a touchkpdecker2014-08-141-1/+1
|
* Implement recursive field lookup in compat modekpdecker2014-08-131-1/+1
| | | | | | Provides the mustache behavior of recursive lookup without the use of depthed paths. Note that this does incur a fairly dramatic performance penalty for depthed queries.
* Allow compat flag in test specskpdecker2014-08-111-2/+7
|
* Minor test cleanupkpdecker2014-08-111-2/+2
|
* Move away from should asserts to internalkpdecker2013-12-231-4/+6
| | | | This is needed as neither Sinon nor Chai support in-browser testing under IE.
* Use shouldThrow helper for test assertskpdecker2013-12-231-0/+18
|
* Refactor qunit unit testskpdecker2013-06-011-0/+28
Allows for testing node, browser, and precompiled modes in the node tests. Also reorganizes the qunit spec file to provide better organization.