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.
remotes/origin/ldap_group_count
Vincent Petry 10 years ago
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…
Cancel
Save