Skip to content

Commit 6f3de66

Browse files
[autofix.ci] apply automated fixes
1 parent cad9c04 commit 6f3de66

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

test/regression/issue/23183.test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
// https://github.com/oven-sh/bun/issues/23183
22
// Test that accessing process.title doesn't crash on Windows
3-
import { test, expect } from "bun:test";
4-
import { bunExe, bunEnv, isWindows } from "harness";
5-
import { join } from "path";
3+
import { expect, test } from "bun:test";
4+
import { bunEnv, bunExe, isWindows } from "harness";
65

76
test("process.title should not crash on Windows", async () => {
87
const proc = Bun.spawn({

0 commit comments

Comments
 (0)