Skip to content

Commit

Permalink
chore(test): Require 100% test coverage for tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nwoltman committed Nov 2, 2019
1 parent 7684a13 commit 3884c39
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ module.exports = function(grunt) {
},
},
options: {
check: {
branches: 100,
lines: 100,
statements: 100,
},
mochaOptions: ['--colors', '--reporter', 'dot'],
require: ['should', 'should-sinon'],
},
Expand Down

0 comments on commit 3884c39

Please sign in to comment.