We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03cad70 commit 8a4515dCopy full SHA for 8a4515d
jest.config.ts
@@ -18,6 +18,13 @@ const config: Config = {
18
// The directory where Jest should output its coverage files
19
coverageDirectory: 'coverage',
20
21
+ // An array of regexp pattern strings used to skip coverage collection
22
+ coveragePathIgnorePatterns: [
23
+ 'src/global.d.ts',
24
+ 'src/index.ts',
25
+ 'src/components/__fixtures__',
26
+ ],
27
+
28
// Indicates which provider should be used to instrument code for coverage
29
coverageProvider: 'v8',
30
0 commit comments