summaryrefslogtreecommitdiffstats
path: root/build/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Use proper PhantomJS library and run the tests as separate stepMorris Jobke2016-06-131-1/+1
| | | | * add dependency for phantomjs
* Update JS unit test libsVincent Petry2015-07-101-20/+21
| | | | | | | | Update sinon to 1.15.4. Update karma-jasmine to 0.3.0 Update jasmine to 2.3.4 This brings a bunch of new useful functions for unit testing.
* Make sure we use Jasmine 2 for running JS unit testsVincent Petry2015-03-041-2/+2
|
* added missing packages required to run "karma" and "phantomjs" insidernveach2014-03-121-1/+3
| | | "autotest-js"
* adding code coverage supportThomas Müller2014-01-211-1/+2
|
* Added Javascript unit testsVincent Petry2014-01-161-0/+19
- added karma utility to run jasmine unit tests - added Sinon library (for stubs/mocks/fakeserver) - added a few unit tests for core and files - added autotest-js.sh script