aboutsummaryrefslogtreecommitdiffstats
path: root/autotest-js.sh
Commit message (Collapse)AuthorAgeFilesLines
* Remove autotest-js.shLouis Chemineau2023-04-041-13/+0
| | | | | | It is just a proxy to npm run test:jsunit. Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix jsunitJohn Molakvoæ2022-05-131-9/+0
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Move jsunit dependencies to main package.jsonLouis Chemineau2022-01-181-18/+3
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Migrate to npm 7 for autotest-js.shLouis Chemineau2022-01-181-6/+6
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Use npm ci when running JS testsVincent Petry2022-01-101-1/+1
| | | | | | | This makes sure that the pinned versions are selected correctly. Fixes the colors.js incident. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* 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