Skip to content

Commit 7217f3a

Browse files
[autofix.ci] apply automated fixes
1 parent 46c51a2 commit 7217f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/v8/v8.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
import { spawn } from "bun";
2+
import { jscDescribe } from "bun:jsc";
23
import { beforeAll, describe, expect, it } from "bun:test";
34
import { bunEnv, bunExe, isASAN, isBroken, isMusl, isWindows, nodeExe, tmpdirSync } from "harness";
45
import assert from "node:assert";
56
import fs from "node:fs/promises";
67
import { basename, join } from "path";
7-
import { jscDescribe } from "bun:jsc";
88

99
enum Runtime {
1010
node,

0 commit comments

Comments
 (0)