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 87eade0 commit 177f3b4Copy full SHA for 177f3b4
test/src/nyc-test.js
@@ -66,7 +66,7 @@ describe('nyc', function () {
66
describe('config', function () {
67
it("loads 'exclude' patterns from package.json#nyc", function () {
68
var nyc = new NYC(configUtil.loadConfig([], path.resolve(__dirname, '../fixtures')))
69
- nyc.exclude.exclude.length.should.eql(5)
+ nyc.exclude.exclude.length.should.eql(6)
70
})
71
72
it("loads 'extension' patterns from package.json#nyc", function () {
0 commit comments