diff options
author | 2022-04-01 17:08:15 -0700 | |
---|---|---|
committer | 2022-04-01 17:08:15 -0700 | |
commit | bed878f2905ce25f9b1d42f7ae2fe774c15f8702 (patch) | |
tree | 4bd1f8e0bff9072054e65c0ae3bae7014be08492 /integration | |
parent | 0066d162cb812d49a59a28d6f1d187f9feb8a1ca (diff) | |
download | bun-jarred/fetchheaders.tar.gz bun-jarred/fetchheaders.tar.zst bun-jarred/fetchheaders.zip |
Make `FetchHeaders` workjarred/fetchheaders
Diffstat (limited to 'integration')
-rw-r--r-- | integration/bunjs-only-snippets/fetch.test.js | 1 |
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); } |