Skip to content

Commit

Permalink
fix test run single
Browse files Browse the repository at this point in the history
  • Loading branch information
albanx committed Oct 22, 2017
1 parent 7255a45 commit bc81820
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,17 @@ module.exports = function (grunt) {
grunt.initConfig({
pkg: grunt.file.readJSON('package.json'),
karma: {
options: {
configFile: 'tests/config/karma.unit.js'
watch: {
options: {
configFile: 'tests/config/karma.unit.js',
singleRun: false
}
},
single: {
singleRun: false
options: {
configFile: 'tests/config/karma.unit.js',
singleRun: true
}
}
},

Expand Down

0 comments on commit bc81820

Please sign in to comment.