11 Commits

Author SHA1 Message Date
Christopher McCulloh
558fd6c549 (GH1994) tests down arrow keypress on open empty folder 2017-06-23 11:21:52 -04:00
Christopher McCulloh
8f9ce993d5 (GH1891) updates to qunit 2 2016-10-31 17:03:33 -04:00
Christopher McCulloh
b4161dd5b6 (GH1841) fixes dist issues 2016-08-19 16:48:22 -04:00
Christopher McCulloh
17d6a88c9e (GH1841) dries up some code 2016-08-19 15:33:50 -04:00
Christopher McCulloh
41ac3a87d8 (GH1737) fixes #1737 puts unit tests for combobox back in 2016-02-25 18:07:24 -05:00
Christopher McCulloh
9023395e0e (GH1710) adds unit tests for #1710, fixes bug with whitespace in selectedItem 2016-02-23 13:50:30 -05:00
swilliams
dbf80c5489 testing against bundle and min 2015-11-23 15:28:43 -05: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