Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use proper PhantomJS library and run the tests as separate step | Morris Jobke | 2016-06-13 | 1 | -1/+1 |
| | | | | * add dependency for phantomjs | ||||
* | Update JS unit test libs | Vincent Petry | 2015-07-10 | 1 | -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 tests | Vincent Petry | 2015-03-04 | 1 | -2/+2 |
| | |||||
* | added missing packages required to run "karma" and "phantomjs" inside | rnveach | 2014-03-12 | 1 | -1/+3 |
| | | | "autotest-js" | ||||
* | adding code coverage support | Thomas Müller | 2014-01-21 | 1 | -1/+2 |
| | |||||
* | Added Javascript unit tests | Vincent Petry | 2014-01-16 | 1 | -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 |