This commit is contained in:
Primakov Alexandr Alexandrovich
2024-10-16 11:28:20 +03:00
parent 34d2889c1d
commit 57eb548d6c
3 changed files with 13 additions and 294 deletions

View File

@@ -31,7 +31,7 @@ const config = {
// An array of regexp pattern strings used to skip coverage collection
coveragePathIgnorePatterns: [
"\\\\node_modules\\\\",
"\\\\old\\\\"
"<rootDir>/server/routers/old"
],
// Indicates which provider should be used to instrument code for coverage
@@ -189,7 +189,7 @@ const config = {
// unmockedModulePathPatterns: undefined,
// Indicates whether each individual test should be reported during the run
// verbose: undefined,
verbose: true,
// An array of regexp patterns that are matched against all source file paths before re-running tests in watch mode
// watchPathIgnorePatterns: [],