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
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2014-04-08 19:21:11 +0400
committerVincent Petry <pvince81@owncloud.com>2014-04-08 19:21:11 +0400
commitbfb1e0867f82a61a2e19e900d3e62d2bafa0b514 (patch)
treeae08a1f6a1402064429be356cc1c1f3fba7fa216 /tests/karma.config.js
parent618914282ac35eec0264cc8d320c718fae79194b (diff)
Enable autowatch for karma
This way unit tests can be run in multiple browsers with the command line and tests will re-run automatically when files are changed.
Diffstat (limited to 'tests/karma.config.js')
-rw-r--r--tests/karma.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js
index 529bd31338f..ed9836ed4c3 100644
--- a/tests/karma.config.js
+++ b/tests/karma.config.js
@@ -167,7 +167,7 @@ module.exports = function(config) {
logLevel: config.LOG_INFO,
// enable / disable watching file and executing tests whenever any file changes
- autoWatch: false,
+ autoWatch: true,
// Start these browsers, currently available:
// - Chrome