Skip to content

Commit

Permalink
chore: Update jest config type to use ts-jest provided type
Browse files Browse the repository at this point in the history
  • Loading branch information
cshfang committed Nov 29, 2023
1 parent 8ca7c15 commit e2f7e85
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
/** @type {import('jest').Config} */
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
coveragePathIgnorePatterns: [
'/node_modules/',
'dist',
'__tests__',
],
coveragePathIgnorePatterns: ['/node_modules/', 'dist', '__tests__'],
setupFiles: ['../../jest.setup.js'],
testEnvironment: 'jsdom',
testRegex: '/__tests__/.*\\.(test|spec)\\.[jt]sx?$',
Expand Down

0 comments on commit e2f7e85

Please sign in to comment.