summaryrefslogtreecommitdiffstats
path: root/autotest-js.sh
Commit message (Collapse)AuthorAgeFilesLines
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-191-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix sass compile testsJulius Härtl2017-03-201-1/+6
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add variables.scss to sass compile testJulius Haertl2017-03-201-1/+1
| | | | Signed-off-by: Julius Haertl <jus@bitgrid.net>
* Fix js testsRoeland Jago Douma2017-01-061-0/+4
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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