mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
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.
This commit is contained in:
parent
618914282a
commit
bfb1e0867f
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