aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/fetch/body-stream.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'test/js/web/fetch/body-stream.test.ts')
-rw-r--r--test/js/web/fetch/body-stream.test.ts5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/js/web/fetch/body-stream.test.ts b/test/js/web/fetch/body-stream.test.ts
index 64b3434e1..8e2baf92a 100644
--- a/test/js/web/fetch/body-stream.test.ts
+++ b/test/js/web/fetch/body-stream.test.ts
@@ -1,7 +1,6 @@
// @ts-nocheck
-import { file, gc, serve, ServeOptions } from "bun";
-import { afterAll, afterEach, describe, expect, it, test } from "bun:test";
-import { readFileSync } from "fs";
+import { gc, ServeOptions } from "bun";
+import { afterAll, describe, expect, it, test } from "bun:test";
var port = 0;