Skip to content

Commit c3d8975

Browse files
author
Benjamin Coe
committed
fix: and another broken test
1 parent eaaa07a commit c3d8975

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/nyc-test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ describe('nyc', function () {
9797
it("allows for empty 'exclude'", function () {
9898
var nyc2 = new NYC({exclude: []})
9999

100-
// an empty exclude still has !**/node_modules/** added.
101-
nyc2.exclude.exclude.length.should.eql(1)
100+
// an empty exclude still has **/node_modules/**, node_modules/** and added.
101+
nyc2.exclude.exclude.length.should.eql(2)
102102
})
103103
})
104104

0 commit comments

Comments
 (0)