Skip to content

Commit

Permalink
fix: there's one more exluce rule now
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 14, 2016
1 parent 87eade0 commit 177f3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/nyc-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ describe('nyc', function () {
describe('config', function () {
it("loads 'exclude' patterns from package.json#nyc", function () {
var nyc = new NYC(configUtil.loadConfig([], path.resolve(__dirname, '../fixtures')))
nyc.exclude.exclude.length.should.eql(5)
nyc.exclude.exclude.length.should.eql(6)
})

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

0 comments on commit 177f3b4

Please sign in to comment.