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:
@@ -5,6 +5,7 @@
|
||||
"**/*.spec.js",
|
||||
"**/*.integration.js",
|
||||
"dangerfile.js",
|
||||
"next.config.js",
|
||||
"services/**/*.tester.js",
|
||||
"test-fixtures",
|
||||
"scripts",
|
||||
|
||||
Reference in New Issue
Block a user