aboutsummaryrefslogtreecommitdiff
path: root/test/bun.js/inspect.test.js
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--test/bun.js/inspect.test.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/bun.js/inspect.test.js b/test/bun.js/inspect.test.js
index 5dc0bc645..67e19e985 100644
--- a/test/bun.js/inspect.test.js
+++ b/test/bun.js/inspect.test.js
@@ -321,3 +321,7 @@ describe("crash testing", () => {
});
}
});
+
+it("possibly formatted emojis log", () => {
+ expect(Bun.inspect("✔", "hey")).toBe("✔ hey");
+});