aboutsummaryrefslogtreecommitdiff
path: root/integration
diff options
context:
space:
mode:
Diffstat (limited to 'integration')
-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);
}
om/avatar/84ce030a4121add71d01ec629fc8ef19?s=13&d=retro' width='13' height='13' alt='Gravatar' /> MichaƂ Warda 3-5/+40 2023-02-13feat(napi): add `napi_get_value_bigint_words` (#2061)Gravatar Derrick Farris 3-0/+44 2023-02-13Fixes https://github.com/oven-sh/bun/issues/1456Gravatar Jarred Sumner 8-1/+148