Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix sass compile tests | Julius Härtl | 2017-03-20 | 1 | -1/+6 |
| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | Add variables.scss to sass compile test | Julius Haertl | 2017-03-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Julius Haertl <jus@bitgrid.net> | ||||
* | Fix js tests | Roeland Jago Douma | 2017-01-06 | 1 | -0/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | always use local karma | Hendrik Leppelsack | 2016-06-29 | 1 | -13/+1 |
| | |||||
* | Use a universal shebang | Olivier Paroz | 2015-09-27 | 1 | -1/+1 |
| | | | | Fixes #15037 | ||||
* | remove 'set -e' - causes issues during ci execution | Thomas Müller | 2014-09-12 | 1 | -1/+1 |
| | |||||
* | terminate script execution in case of failure | Thomas Müller | 2014-09-09 | 1 | -0/+3 |
| | |||||
* | Fixed unit test scripts + coverage | Vincent Petry | 2014-01-30 | 1 | -1/+1 |
| | | | | | Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps. | ||||
* | Added Javascript unit tests | Vincent Petry | 2014-01-16 | 1 | -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 |