Skip to content

Commit eaaa07a

Browse files
author
Benjamin Coe
committed
fix: one other test was broken by changing # of exclude rules
1 parent 177f3b4 commit eaaa07a

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
@@ -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(7)
94+
nyc1.exclude.exclude.length.should.eql(8)
9595
})
9696

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

0 commit comments

Comments
 (0)