Skip to content

Commit

Permalink
changed karma singleRun to true
Browse files Browse the repository at this point in the history
  • Loading branch information
padsbanger committed Nov 8, 2015
1 parent 457b560 commit f2b19a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ module.exports = function(grunt) {
karma: {
unit: {
configFile: 'karma.conf.js',
singleRun: false
singleRun: true
}
},

Expand Down

0 comments on commit f2b19a9

Please sign in to comment.