From eaaa07a7604f3ef6173e18c9dbc91b26b07ec3ec Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 14 Nov 2016 12:41:12 -0800 Subject: [PATCH] fix: one other test was broken by changing # of exclude rules --- test/src/nyc-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/src/nyc-test.js b/test/src/nyc-test.js index 0501f24ab..1bb70dbac 100644 --- a/test/src/nyc-test.js +++ b/test/src/nyc-test.js @@ -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 () {