We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 177f3b4 commit eaaa07aCopy full SHA for eaaa07a
test/src/nyc-test.js
@@ -91,7 +91,7 @@ describe('nyc', function () {
91
92
it("ignores 'exclude' option if it's falsy", function () {
93
var nyc1 = new NYC(configUtil.loadConfig([], path.resolve(__dirname, '../fixtures/conf-empty')))
94
- nyc1.exclude.exclude.length.should.eql(7)
+ nyc1.exclude.exclude.length.should.eql(8)
95
})
96
97
it("allows for empty 'exclude'", function () {
0 commit comments