Coverage should ignore test helpers (#2614)

This commit is contained in:
Paul Melnikow
2019-01-01 22:49:03 -05:00
committed by GitHub
parent 84183a3fc9
commit f297f68911

View File

@@ -6,12 +6,13 @@
"exclude": [
"**/*.spec.js",
"**/*.integration.js",
"**/test-helpers.js",
"**/*-test-helpers.js",
"dangerfile.js",
"next.config.js",
"services/**/*.tester.js",
"services/service-tester.js",
"services/create-service-tester.js",
"services/test-helpers.js",
"services/test-validators.js",
"services/icedfrisby-no-nock.js",
"test-fixtures",