Files

5 lines
97 B
TypeScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
test("constant fold ==", () => {
// @ts-expect-error
expect("0" + "1" == 0).toBe(false);
});