Skip to content

Commit

Permalink
chore: npm update
Browse files Browse the repository at this point in the history
  • Loading branch information
usefulthink committed Sep 27, 2023
1 parent 172fa2a commit 05b9a93
Show file tree
Hide file tree
Showing 4 changed files with 3,807 additions and 14,514 deletions.
7 changes: 4 additions & 3 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@
*/

module.exports = {
transform: {
"^.+\\.tsx?$": "ts-jest",
},
roots: ["<rootDir>"],
preset: "ts-jest",
testEnvironment: "jsdom",
testPathIgnorePatterns: ["/node_modules/", "/dist/", "/__utils__/"],
collectCoverage: true,
coverageThreshold: {
global: {
Expand Down
Loading

0 comments on commit 05b9a93

Please sign in to comment.