From bfb1e0867f82a61a2e19e900d3e62d2bafa0b514 Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Tue, 8 Apr 2014 17:21:11 +0200 Subject: [PATCH] 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. --- tests/karma.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/karma.config.js b/tests/karma.config.js index 529bd31338..ed9836ed4c 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