summaryrefslogtreecommitdiffstats
path: root/tests/karma.config.js
Commit message (Collapse)AuthorAgeFilesLines
* Remove annoying karma 404 warnings for imagesVincent Petry2014-04-111-0/+8
| | | | | | | Karma now serves images from core to avoid polluting the logs with a lot of 404 warnings. This also makes it easier to read the test errors during development.
* Enable autowatch for karmaVincent Petry2014-04-081-1/+1
| | | | | This way unit tests can be run in multiple browsers with the command line and tests will re-run automatically when files are changed.
* Fixed unit test scripts + coverageVincent Petry2014-01-301-12/+52
| | | | | Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps.
* adding code coverage supportThomas Müller2014-01-211-1/+12
|
* Added Javascript unit testsVincent Petry2014-01-161-0/+138
- 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