summaryrefslogtreecommitdiffstats
path: root/autotest-js.sh
Commit message (Collapse)AuthorAgeFilesLines
* always use local karmaHendrik Leppelsack2016-06-291-13/+1
|
* Use a universal shebangOlivier Paroz2015-09-271-1/+1
| | | | Fixes #15037
* remove 'set -e' - causes issues during ci executionThomas Müller2014-09-121-1/+1
|
* terminate script execution in case of failureThomas Müller2014-09-091-0/+3
|
* Fixed unit test scripts + coverageVincent Petry2014-01-301-1/+1
| | | | | Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps.
* Added Javascript unit testsVincent Petry2014-01-161-0/+37
- 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