From b76384351c55917692a9dc3b7f08f771a55b3fa1 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Tue, 28 Mar 2023 18:23:50 -0700 Subject: More bug fixes (#2486) * readline_promises test fix * fix `escapeHTML` for baseline builds * fs test fixes, use `tmpdir()` * add paths for `resolve.test.js` * isError with toString symbol and error prototype * comment about `toString` * skip async macro transform * test cleanup, skip stack format test * readline undo and redo fix * capture error from readline keypress * Update tcp-server.test.ts * use `removefileat` for recursive rmdir * use strong for `signal.reason` * initialize `m_flags` * directory with file fs test * recursive option * import expect * could be less than * move abort signal tests to another process * fix typecheck --------- Co-authored-by: Dylan Conway --- test/js/web/fetch/fetch-gzip.test.ts | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/js/web/fetch/fetch-gzip.test.ts') diff --git a/test/js/web/fetch/fetch-gzip.test.ts b/test/js/web/fetch/fetch-gzip.test.ts index 076b5845b..32888947b 100644 --- a/test/js/web/fetch/fetch-gzip.test.ts +++ b/test/js/web/fetch/fetch-gzip.test.ts @@ -121,12 +121,6 @@ it("fetch() with a gzip response works (one chunk, streamed, with a delay", asyn server.stop(); }); -const arg = Bun.listen({ - hostname: "asdf", - port: 1234, - socket: {}, -}); - it("fetch() with a gzip response works (multiple chunks, TCP server", async done => { const compressed = await Bun.file(import.meta.dir + "/fixture.html.gz").arrayBuffer(); var socketToClose!: Socket; -- cgit v1.2.3