Skip to content

Commit

Permalink
Workaround for jestjs/jest#12098
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibo committed Nov 30, 2021
1 parent 1e9df11 commit f880175
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jest": "^25.2.2",
"eslint": "^8.1.0",
"jest": "^27.3.1",
"jest": "^27.4.0",
"json-stringify-pretty-compact": "^3.0.0",
"node-fetch": "^3.0.0",
"probe-image-size": "^7.2.1",
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"incremental": true,
"lib": ["es2016"],
"lib": ["es2016", "dom"],
"module": "commonjs",
"noEmitOnError": true,
"noFallthroughCasesInSwitch": true,
Expand Down

0 comments on commit f880175

Please sign in to comment.