Skip to content

Commit

Permalink
Fix Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
emmercm committed Feb 12, 2025
1 parent 8f9a6cf commit 8c11249
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,9 @@ export default async (): Promise<Config> => {
// END https://kulshekhar.github.io/ts-jest/docs/guides/esm-support
},

// Fix import attributes not working with Babel
coverageProvider: 'v8',

// Don't run any compiled versions of the tests, if they exist
modulePathIgnorePatterns: ['<rootDir>/dist/'],
// Don't report coverage on the test directory
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c11249

Please sign in to comment.