Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Commit 2edbeb8

Browse files
committed
fix(tests): derp on karma testing
1 parent 3577ef7 commit 2edbeb8

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
@@ -71,7 +71,7 @@ module.exports = function(config) {
7171

7272
// Continuous Integration mode
7373
// if true, Karma captures browsers, runs the tests and exits
74-
singleRun: false,
74+
singleRun: true,
7575

7676
// Concurrency level
7777
// how many browser should be started simultaneous

0 commit comments

Comments
 (0)