Skip to content

Commit

Permalink
chore(jest): replace ts-jest with @swc/jest (testing-library#798)
Browse files Browse the repository at this point in the history
chore(jest): replace ts-jest with @swc/jest
  • Loading branch information
Belco90 committed Aug 10, 2023
1 parent a900ada commit affbd5a
Show file tree
Hide file tree
Showing 3 changed files with 514 additions and 148 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
testMatch: ['**/tests/**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest',
'^.+\\.ts$': '@swc/jest',
},
coverageThreshold: {
global: {
Expand Down
Loading

0 comments on commit affbd5a

Please sign in to comment.