Skip to content

Commit

Permalink
feat: exclude the coverage/ folder by default 🚀 (#502)
Browse files Browse the repository at this point in the history
* chore(package): update test-exclude to version 4.0.0

https://greenkeeper.io/

*
  • Loading branch information
greenkeeperio-bot authored and JaKXz committed Jan 29, 2017
1 parent 6a59834 commit 50adde4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -96,7 +96,7 @@
"rimraf": "^2.5.4",
"signal-exit": "^3.0.1",
"spawn-wrap": "1.2.4",
"test-exclude": "^3.3.0",
"test-exclude": "^4.0.0",
"yargs": "^6.6.0",
"yargs-parser": "^4.0.2"
},
Expand Down
2 changes: 1 addition & 1 deletion test/src/nyc-test.js
Expand Up @@ -91,7 +91,7 @@ describe('nyc', function () {

it("ignores 'exclude' option if it's falsy", function () {
var nyc1 = new NYC(configUtil.loadConfig([], path.resolve(__dirname, '../fixtures/conf-empty')))
nyc1.exclude.exclude.length.should.eql(10)
nyc1.exclude.exclude.length.should.eql(11)
})

it("allows for empty 'exclude'", function () {
Expand Down

0 comments on commit 50adde4

Please sign in to comment.