mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
5 lines
97 B
TypeScript
5 lines
97 B
TypeScript
test("constant fold ==", () => {
|
|
// @ts-expect-error
|
|
expect("0" + "1" == 0).toBe(false);
|
|
});
|