diff --git a/.nycrc.json b/.nycrc.json index 2a772159..36d6b4cb 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -3,9 +3,9 @@ "all": false, "exclude": [ "**/*.spec.js", - "**/fixture", "**/*.*.js", "**/*.config.*", + "**/fixture", "**/test/**" ], "branches": 100,