From b2d842d79a7a1d787034247205dcd49d167dbb5c Mon Sep 17 00:00:00 2001 From: Muhammad Ghazali Date: Sat, 21 Dec 2013 04:02:22 +0700 Subject: [PATCH] test(CI): enable the CI mode --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index a9ad61d..800530c 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -79,6 +79,6 @@ module.exports = function(config) { // Continuous Integration mode // if true, it capture browsers, run tests and exit - singleRun: false + singleRun: true }); }; \ No newline at end of file