Skip to content

Commit

Permalink
💚 Fix invalid Karma config that cause error on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gluons committed Nov 18, 2017
1 parent 9d9319d commit 12abad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 12abad2

Please sign in to comment.