Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
PurpleCreativity committed Dec 13, 2024
1 parent 5a861be commit cf0aba8
Show file tree
Hide file tree
Showing 5 changed files with 851 additions and 4 deletions.
7 changes: 7 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module.exports = {
preset: "ts-jest/presets/default-esm",
testEnvironment: "node",
moduleNameMapper: {
"^(\\.\\.?\\/.+)\\.js$": "$1",
},
};
Loading

0 comments on commit cf0aba8

Please sign in to comment.