Skip to content

Commit

Permalink
Just run the Karma tests once and exit since I never want to use Karm…
Browse files Browse the repository at this point in the history
…a in that way, and when I tested it I found it to be unreliable anyway.
  • Loading branch information
dchambers committed Oct 7, 2014
1 parent 27d4234 commit 40d5473
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 @@ -67,6 +67,6 @@ module.exports = function(config) {

// Continuous Integration mode
// if true, Karma captures browsers, runs the tests and exits
singleRun: false
singleRun: true
});
};

0 comments on commit 40d5473

Please sign in to comment.