Skip to content

Commit

Permalink
add ignore files to jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
IkeHunter committed Sep 25, 2024
1 parent 716cecd commit 0ba34ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config = {
// coverageDirectory: "coverage",

// An array of regexp pattern strings used to skip coverage collection
coveragePathIgnorePatterns: ['/node_modules/', '/build/', 'docs/', 'index.ts', 'config/', 'lib/', 'types/'],
coveragePathIgnorePatterns: ['/node_modules/', '/build/', 'docs/', 'index.ts', 'config/', 'lib/', 'types/', '_deprecated/'],

// Indicates which provider should be used to instrument code for coverage
coverageProvider: 'v8',
Expand Down

0 comments on commit 0ba34ae

Please sign in to comment.