Skip to content

Commit 3884c39

Browse files
committed
chore(test): Require 100% test coverage for tests to pass
1 parent 7684a13 commit 3884c39

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gruntfile.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ module.exports = function(grunt) {
6161
},
6262
},
6363
options: {
64+
check: {
65+
branches: 100,
66+
lines: 100,
67+
statements: 100,
68+
},
6469
mochaOptions: ['--colors', '--reporter', 'dot'],
6570
require: ['should', 'should-sinon'],
6671
},

0 commit comments

Comments
 (0)