aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/bun.js/inspect.test.js1
1 files changed, 1 insertions, 0 deletions
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(),