Skip to content

Commit

Permalink
Merge pull request #889 from jo-sm/use-swc-ts
Browse files Browse the repository at this point in the history
Migrate from ts-jest to @swc/jest
  • Loading branch information
jo-sm authored Dec 12, 2023
2 parents 89c8392 + dac94ca commit b94da49
Show file tree
Hide file tree
Showing 4 changed files with 363 additions and 113 deletions.
5 changes: 3 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
clearMocks: true,
preset: "ts-jest",
testEnvironment: "node",
testPathIgnorePatterns: ["/node_modules/", "dist/"],
transform: {
"^.+\\.(t|j)s?$": "@swc/jest",
},
};
Loading

0 comments on commit b94da49

Please sign in to comment.