Skip to content

Commit

Permalink
fix: and another broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Coe committed Nov 14, 2016
1 parent eaaa07a commit c3d8975
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/src/nyc-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ describe('nyc', function () {
it("allows for empty 'exclude'", function () {
var nyc2 = new NYC({exclude: []})

// an empty exclude still has !**/node_modules/** added.
nyc2.exclude.exclude.length.should.eql(1)
// an empty exclude still has **/node_modules/**, node_modules/** and added.
nyc2.exclude.exclude.length.should.eql(2)
})
})

Expand Down

0 comments on commit c3d8975

Please sign in to comment.