Skip to content

Commit

Permalink
Revert "NODE - default exclude test files" (#107)
Browse files Browse the repository at this point in the history
This reverts commit 78f1b4a.
  • Loading branch information
stoffeastrom committed Dec 12, 2017
1 parent 34a5cc8 commit 15857f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ module.exports = {
},
'nyc.exclude': {
description: 'Exclude glob',
default: ['**/coverage/**', '*.spec.{js,ts}'],
default: ['**/coverage/**'],
type: 'array',
},
'nyc.sourceMap': {
Expand Down

0 comments on commit 15857f8

Please sign in to comment.