aboutsummaryrefslogtreecommitdiff
path: root/integration/bunjs-only-snippets
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-01 17:08:15 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-04-01 17:08:15 -0700
commitbed878f2905ce25f9b1d42f7ae2fe774c15f8702 (patch)
tree4bd1f8e0bff9072054e65c0ae3bae7014be08492 /integration/bunjs-only-snippets
parent0066d162cb812d49a59a28d6f1d187f9feb8a1ca (diff)
downloadbun-jarred/fetchheaders.tar.gz
bun-jarred/fetchheaders.tar.zst
bun-jarred/fetchheaders.zip
Make `FetchHeaders` workjarred/fetchheaders
Diffstat (limited to 'integration/bunjs-only-snippets')
-rw-r--r--integration/bunjs-only-snippets/fetch.test.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/integration/bunjs-only-snippets/fetch.test.js b/integration/bunjs-only-snippets/fetch.test.js
index 76cd5123b..9aea4d6d0 100644
--- a/integration/bunjs-only-snippets/fetch.test.js
+++ b/integration/bunjs-only-snippets/fetch.test.js
@@ -2,7 +2,6 @@ import { it, describe, expect } from "bun:test";
import fs from "fs";
function gc() {
- // console.trace();
Bun.gc(true);
}