Skip to content

Commit

Permalink
chore(deps): update (#633)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexander-akait committed Apr 3, 2023
1 parent c6b5def commit 68c1b9c
Show file tree
Hide file tree
Showing 10 changed files with 7,287 additions and 10,218 deletions.
7 changes: 7 additions & 0 deletions jest.config.js
@@ -0,0 +1,7 @@
/** @type {import('ts-jest').JestConfigWithTsJest} */
module.exports = {
transform: {
"\\.[mc]?tsx?$": ["ts-jest", { rootDir: ".", esModuleInterop: true }],
"\\.[mc]?jsx?$": "babel-jest",
},
};

0 comments on commit 68c1b9c

Please sign in to comment.