Skip to content

Commit

Permalink
Set karma option autoWatch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mehdy Dara committed Mar 23, 2015
1 parent f608716 commit 09acc78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/gulp/_unit-tests.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ module.exports = function(options) {
karma.server.start({
configFile: __dirname + '/../karma.conf.js',
files: files,
singleRun: singleRun
singleRun: singleRun,
autoWatch: !singleRun
}, done);
});
}
Expand Down

0 comments on commit 09acc78

Please sign in to comment.