mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-22 21:57:58 +01:00
Add coveragePathIgnorePatterns
This commit is contained in:
parent
ad0260037c
commit
fcf8c6806b
1 changed files with 3 additions and 3 deletions
|
@ -26,9 +26,9 @@ module.exports = {
|
|||
coverageDirectory: "coverage",
|
||||
|
||||
// An array of regexp pattern strings used to skip coverage collection
|
||||
// coveragePathIgnorePatterns: [
|
||||
// "\\\\node_modules\\\\"
|
||||
// ],
|
||||
coveragePathIgnorePatterns: [
|
||||
"/node_modules/",
|
||||
],
|
||||
|
||||
// Indicates which provider should be used to instrument code for coverage
|
||||
coverageProvider: "v8",
|
||||
|
|
Loading…
Reference in a new issue