Skip to content
This repository was archived by the owner on Jan 22, 2018. It is now read-only.

Commit 9f7569b

Browse files
author
Kamil Kisiela
committed
chore: karma single run in CI env
1 parent da52484 commit 9f7569b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ module.exports = function (config) {
8383

8484
// Continuous Integration mode
8585
// if true, Karma captures browsers, runs the tests and exits
86-
singleRun: true
86+
singleRun: ciEnv
8787
};
8888
config.set(_config);
8989
};

0 commit comments

Comments
 (0)