aboutsummaryrefslogtreecommitdiff
path: root/test/js/web/fetch/fetch.test.ts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/js/web/fetch/fetch.test.ts (renamed from test/bun.js/fetch.test.ts)2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/bun.js/fetch.test.ts b/test/js/web/fetch/fetch.test.ts
index f5f264dd7..1185dbd55 100644
--- a/test/bun.js/fetch.test.ts
+++ b/test/js/web/fetch/fetch.test.ts
@@ -4,7 +4,7 @@ import { chmodSync, mkdtempSync, readFileSync, realpathSync, rmSync, writeFileSy
import { mkfifo } from "mkfifo";
import { tmpdir } from "os";
import { join } from "path";
-import { gc, withoutAggressiveGC } from "./gc";
+import { gc, withoutAggressiveGC } from "harness";
const tmp_dir = mkdtempSync(join(realpathSync(tmpdir()), "fetch.test"));