7 Commits

Author SHA1 Message Date
Christopher McCulloh
208260d017 adds polyfill for Event for IE 2017-06-28 15:31:13 -04:00
Stephen Williams
0a30d81e1e add tests for utilities object and cleanup method 2017-06-10 11:59:40 -04:00
Christopher McCulloh
8f9ce993d5 (GH1891) updates to qunit 2 2016-10-31 17:03:33 -04:00
Christopher McCulloh
7172f55309 (superpicker) renames superpicker picker 2015-09-15 16:30:36 -04:00
Christopher McCulloh
59a667ad70 (superpicker) adds unit tests 2015-09-15 12:13:16 -04:00
kevinparkerson
4160ed98e9 unit-test-fix: fixes #1215 by modifying require paths to './' from '../' since baseUrl has already been set to '../' 2015-04-06 10:46:07 -04:00
Stephen James
1593961098 Refactor QUnit with code coverage
- QUnit runs global variables test and test on dist (when needed)
- Blanket QUnit runs source file tests with code coverage. Threshold has been set to 1%, so that it can be ignored and that tests would still pass.
- Remove references to `lib` folder in watch task
- Add all tests to `serve` task and make it "do everything."
- Add a `serveslow` task to do all tests on source without building dist
- Rename qunit:simple to qunit:source for accuracy
- Add length of time to aid developers in choosing a serve task
- Remove 'feulux-' filename prefix from tests, and add tests.html as a default file when serving.
- Re-order tests, so that `blanket_qunit` will fail first. Globals hardly ever fails for obvious reasons.
2015-02-25 15:01:06 -05:00