summaryrefslogtreecommitdiffstats
path: root/spec/require.js
Commit message (Collapse)AuthorAgeFilesLines
* Add full support for es6kpdecker2015-04-161-7/+7
| | | | | | | | 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
* Move away from should asserts to internalkpdecker2013-12-231-4/+4
| | | | This is needed as neither Sinon nor Chai support in-browser testing under IE.
* Refactor qunit unit testskpdecker2013-06-011-0/+23
Allows for testing node, browser, and precompiled modes in the node tests. Also reorganizes the qunit spec file to provide better organization.