Skip to content

Commit

Permalink
fix: one other test was broken by changing # of exclude rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 14, 2016
1 parent 177f3b4 commit eaaa07a
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 @@ -91,7 +91,7 @@ describe('nyc', function () {

it("ignores 'exclude' option if it's falsy", function () {
var nyc1 = new NYC(configUtil.loadConfig([], path.resolve(__dirname, '../fixtures/conf-empty')))
nyc1.exclude.exclude.length.should.eql(7)
nyc1.exclude.exclude.length.should.eql(8)
})

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

0 comments on commit eaaa07a

Please sign in to comment.