Merge pull request #8112 from owncloud/karma-enableautowatch
Enable autowatch for karma
This commit is contained in:
commit
7325aefbd1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue