From 41b03b5c4c426bd3f2a3c7c6aaf454cee11744f0 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:35:22 -0700 Subject: Cleanup tests --- integration/bunjs-only-snippets/fetch.test.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'integration/bunjs-only-snippets/fetch.test.js') diff --git a/integration/bunjs-only-snippets/fetch.test.js b/integration/bunjs-only-snippets/fetch.test.js index 9aea4d6d0..9b6093afd 100644 --- a/integration/bunjs-only-snippets/fetch.test.js +++ b/integration/bunjs-only-snippets/fetch.test.js @@ -1,9 +1,6 @@ import { it, describe, expect } from "bun:test"; import fs from "fs"; - -function gc() { - Bun.gc(true); -} +import { gc } from "./gc"; describe("fetch", () => { const urls = ["https://example.com", "http://example.com"]; -- cgit v1.2.3