diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-04-08 17:21:11 +0200 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-04-08 17:21:11 +0200 |
commit | bfb1e0867f82a61a2e19e900d3e62d2bafa0b514 (patch) | |
tree | ae08a1f6a1402064429be356cc1c1f3fba7fa216 /tests/karma.config.js | |
parent | 618914282ac35eec0264cc8d320c718fae79194b (diff) | |
download | nextcloud-server-bfb1e0867f82a61a2e19e900d3e62d2bafa0b514.tar.gz nextcloud-server-bfb1e0867f82a61a2e19e900d3e62d2bafa0b514.zip |
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.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 |