Skip to content

Commit

Permalink
Make tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
jessitron committed Dec 29, 2024
1 parent 7f60f0a commit c30d553
Show file tree
Hide file tree
Showing 5 changed files with 265 additions and 8 deletions.
8 changes: 8 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
/** @type {import('ts-jest').JestConfigWithTsJest} **/
module.exports = {
preset: "ts-jest",
testEnvironment: "node",
transform: {
"^.+.tsx?$": ["ts-jest", {}],
},
};
Loading

0 comments on commit c30d553

Please sign in to comment.