Skip to content

Commit f3254b2

Browse files
authored
Compat: testing against Jest 30 Alpha 4. (#1763)
Still has issues with dynamic imports (disabled for CJS in #1757 ) More details on that issue I posted in evanw/esbuild#2651 (comment) Article on exact issue: https://nodejs.org/api/vm.html#support-of-dynamic-import-in-compilation-apis
1 parent fdba6ea commit f3254b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compat/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"express-zod-api": "link:../.."
1010
},
1111
"devDependencies": {
12-
"jest": "^30.0.0-alpha.3",
12+
"jest": "^30.0.0-alpha.4",
1313
"@types/jest": "^29.5.12",
1414
"@swc/core": "^1.3.100",
1515
"@swc/jest": "^0.2.29"

0 commit comments

Comments
 (0)