Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-05-13Fix jsunitJohn Molakvoæ
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-01-18Move jsunit dependencies to main package.jsonLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-18Migrate to npm 7 for autotest-js.shLouis Chemineau
Signed-off-by: Louis Chemineau <louis@chmn.me>
2022-01-10Use npm ci when running JS testsVincent Petry
This makes sure that the pinned versions are selected correctly. Fixes the colors.js incident. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2018-07-19Fixed testsJohn Molakvoæ (skjnldsv)
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2017-03-20Fix sass compile testsJulius Härtl
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2017-03-20Add variables.scss to sass compile testJulius Haertl
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2017-01-06Fix js testsRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2016-06-29always use local karmaHendrik Leppelsack
2015-09-27Use a universal shebangOlivier Paroz
Fixes #15037
2014-09-12remove 'set -e' - causes issues during ci executionThomas Müller
2014-09-09terminate script execution in case of failureThomas Müller
2014-01-30Fixed unit test scripts + coverageVincent Petry
Tried to add more apps (others break). "preprocessors" is now populated automatically based on the tested apps.
2014-01-16Added Javascript unit testsVincent Petry
- 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