mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00: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
@ -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 New Issue
Block a user