Skip to content

Commit 4353111

Browse files
committed
fix: test package resolver
1 parent a0603e4 commit 4353111

3 files changed

Lines changed: 7811 additions & 3819 deletions

File tree

jest.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ module.exports = {
55
transform: { ".(ts|tsx)$": "ts-jest/dist" },
66
transformIgnorePatterns: ["[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$"],
77
setupFilesAfterEnv: ["@testing-library/jest-dom/extend-expect"],
8-
resolver: "jest-node-exports-resolver",
98
globals: {
109
"ts-jest": {
1110
tsconfig: "tsconfig.json",

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"husky": "7.0.4",
5252
"jest": "27.5.1",
5353
"jest-cli": "27.5.1",
54-
"jest-node-exports-resolver": "1.1.5",
5554
"lodash.get": "4.4.2",
5655
"next": "12.1.0",
5756
"node-plop": "0.30.0",

0 commit comments

Comments
 (0)