Skip to content

Commit cc24880

Browse files
committed
fix: prettier cleanup
1 parent 6d97dd3 commit cc24880

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

run-local-test.sh

-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,3 @@ cd ../next.js/
1818
git apply $RUNTIME_DIR/tests/e2e-utils.patch || git apply $RUNTIME_DIR/tests/e2e-utils-v2.patch
1919
node run-tests.js --type e2e --debug --test-pattern $1
2020
git checkout -- test/lib/e2e-utils.ts
21-

tests/prepare.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// @ts-check
22
// this installs and builds all the fixtures
33
// Needed to run before executing the integration tests
4-
import { existsSync, readdirSync } from 'node:fs'
4+
import { readdirSync } from 'node:fs'
55
import { rm, readFile } from 'node:fs/promises'
66
import { join } from 'node:path'
77
import { argv } from 'node:process'

0 commit comments

Comments
 (0)