From 12abad2c389de8a9ef965fc5066d194b98173697 Mon Sep 17 00:00:00 2001 From: Saran Tanpituckpong Date: Sat, 18 Nov 2017 20:20:24 +0700 Subject: [PATCH] :green_heart: Fix invalid Karma config that cause error on CI --- karma.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karma.conf.js b/karma.conf.js index 376b81f..1d65ec1 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -84,7 +84,7 @@ module.exports = function (config) { // Continuous Integration mode // if true, Karma captures browsers, runs the tests and exits - singleRun: false, + singleRun: true, // Concurrency level // how many browser should be started simultaneous