From 8830cbc51e80cd6aa690713aa68d3e55b0de25d9 Mon Sep 17 00:00:00 2001 From: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> Date: Sun, 4 Dec 2022 06:55:12 -0800 Subject: [test] Ensure console.log(globalThis) doesn't crash --- test/bun.js/inspect.test.js | 1 + 1 file changed, 1 insertion(+) (limited to 'test/bun.js') diff --git a/test/bun.js/inspect.test.js b/test/bun.js/inspect.test.js index 67e19e985..8789b7aba 100644 --- a/test/bun.js/inspect.test.js +++ b/test/bun.js/inspect.test.js @@ -275,6 +275,7 @@ describe("latin1 supplemental", () => { }); const fixture = [ + () => globalThis, () => Bun.file("/tmp/log.txt").stream(), () => Bun.file("/tmp/log.1.txt").stream().getReader(), () => Bun.file("/tmp/log.2.txt").writer(), -- cgit v1.2.3