diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-10 16:57:28 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-04-10 16:57:28 +0200 |
commit | 7325aefbd15faf2d30c45fefa99b39d50b6b3125 (patch) | |
tree | 4cf429aa3fd0a1e708bfcbeec4e485540f94fbd9 /tests | |
parent | 26a89e369eefedd329335624924ec2b185273c79 (diff) | |
parent | bfb1e0867f82a61a2e19e900d3e62d2bafa0b514 (diff) | |
download | nextcloud-server-7325aefbd15faf2d30c45fefa99b39d50b6b3125.tar.gz nextcloud-server-7325aefbd15faf2d30c45fefa99b39d50b6b3125.zip |
Merge pull request #8112 from owncloud/karma-enableautowatch
Enable autowatch for karma
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 2 |
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 |