8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0050a7 commit fe90a98Copy full SHA for fe90a98
run-local-test.sh
@@ -18,4 +18,3 @@ cd ../next.js/
18
git apply $RUNTIME_DIR/tests/e2e-utils.patch || git apply $RUNTIME_DIR/tests/e2e-utils-v2.patch
19
node run-tests.js --type e2e --debug --test-pattern $1
20
git checkout -- test/lib/e2e-utils.ts
21
-
tests/prepare.mjs
@@ -1,7 +1,7 @@
1
// @ts-check
2
// this installs and builds all the fixtures
3
// Needed to run before executing the integration tests
4
-import { existsSync, readdirSync } from 'node:fs'
+import { readdirSync } from 'node:fs'
5
import { rm, readFile } from 'node:fs/promises'
6
import { join } from 'node:path'
7
import { argv } from 'node:process'
0 commit comments