Coverage: ignore next.config (#2358)

It does not make sense to check coverage for `next.config.js`. This file is run by the frontend build, which seems sufficient.

If that file has logic in it that is complex enough to warrant testing, it should be broken out into a separate file.
This commit is contained in:
Paul Melnikow
2018-11-18 14:26:25 -05:00
committed by GitHub
parent a6a1aaeb70
commit 842f545207

View File

@@ -5,6 +5,7 @@
"**/*.spec.js",
"**/*.integration.js",
"dangerfile.js",
"next.config.js",
"services/**/*.tester.js",
"test-fixtures",
"scripts",