From 177f3b4cdec9aa3fdffe989a9a9245eb3b441538 Mon Sep 17 00:00:00 2001 From: Benjamin Coe Date: Mon, 14 Nov 2016 12:38:50 -0800 Subject: [PATCH] fix: there's one more exluce rule now --- 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 7dd142301..0501f24ab 100644 --- a/test/src/nyc-test.js +++ b/test/src/nyc-test.js @@ -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 () {