Skip to content

Commit 177f3b4

Browse files
author
Benjamin Coe
committed
fix: there's one more exluce rule now
1 parent 87eade0 commit 177f3b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/src/nyc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ describe('nyc', function () {
6666
describe('config', function () {
6767
it("loads 'exclude' patterns from package.json#nyc", function () {
6868
var nyc = new NYC(configUtil.loadConfig([], path.resolve(__dirname, '../fixtures')))
69-
nyc.exclude.exclude.length.should.eql(5)
69+
nyc.exclude.exclude.length.should.eql(6)
7070
})
7171

7272
it("loads 'extension' patterns from package.json#nyc", function () {

0 commit comments

Comments
 (0)