We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1f462a commit 4aec42aCopy full SHA for 4aec42a
jest.config.ts
@@ -17,14 +17,8 @@ const config: Config = {
17
}
18
},
19
coverageDirectory: "coverage",
20
- // An array of regexp pattern strings used to skip coverage collection
21
- // coveragePathIgnorePatterns: [
22
- // "/node_modules/"
23
- // ],
24
-
25
coverageProvider: "v8",
26
maxWorkers: 1,
27
- // testMatch: ["test/**/__tests__/**/*.[jt]s?(x)", "test/**/?(*.)+(spec|test).[tj]s?(x)"]
28
testPathIgnorePatterns: ["/node_modules/", "/lib/", "src/config/test.ts"]
29
};
30
0 commit comments