Skip to content

Commit 50adde4

Browse files
greenkeeperio-botJaKXz
authored andcommitted
feat: exclude the coverage/ folder by default 🚀 (#502)
* chore(package): update test-exclude to version 4.0.0 https://greenkeeper.io/ *
1 parent 6a59834 commit 50adde4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"rimraf": "^2.5.4",
9797
"signal-exit": "^3.0.1",
9898
"spawn-wrap": "1.2.4",
99-
"test-exclude": "^3.3.0",
99+
"test-exclude": "^4.0.0",
100100
"yargs": "^6.6.0",
101101
"yargs-parser": "^4.0.2"
102102
},

‎test/src/nyc-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ describe('nyc', function () {
9191

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

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

0 commit comments

Comments
 (0)