Skip to content

Commit

Permalink
feat: use @swc/jest instead of ts-jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ixartz committed Oct 26, 2022
1 parent dae27ff commit 6bf059d
Show file tree
Hide file tree
Showing 3 changed files with 633 additions and 91 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: ['**/*.test.{js,ts}'],
transform: {
'^.+\\.ts$': ['ts-jest'],
'^.+\\.ts$': ['@swc/jest'],
},
moduleNameMapper: {
// Handle module aliases (this will be automatically configured for you soon)
Expand Down
Loading

0 comments on commit 6bf059d

Please sign in to comment.