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
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