Skip to content

Commit b84f086

Browse files
committed
Resolve external webpack schema import in Jest
1 parent dc1514c commit b84f086

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@
105105
]
106106
},
107107
"moduleNameMapper": {
108-
"^@/(.*)$": "<rootDir>/$1"
108+
"^@/(.*)$": "<rootDir>/$1",
109+
"schemas": "<rootDir>/web/schemas.js"
109110
}
110111
},
111112
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"

0 commit comments

Comments
 (0)