summaryrefslogtreecommitdiffstats
path: root/core/js/tests/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update karma, use sinon from npmVincent Petry2017-03-231-5949/+0
| | | | | | | Update karma library and use sinon JS library provided by karma-jasmine-sinon instead of local file. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Update JS unit test libsVincent Petry2015-07-102-4290/+5949
| | | | | | | | 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.
* Added Javascript unit testsVincent Petry2014-01-161-0/+4290
- 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