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 cad9c04 commit 6f3de66Copy full SHA for 6f3de66
test/regression/issue/23183.test.ts
@@ -1,8 +1,7 @@
1
// https://github.com/oven-sh/bun/issues/23183
2
// 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";
+import { expect, test } from "bun:test";
+import { bunEnv, bunExe, isWindows } from "harness";
6
7
test("process.title should not crash on Windows", async () => {
8
const proc = Bun.spawn({
0 commit comments