Files
2026-08-27 21:09:14 +00:00

8 lines
165 B
JavaScript

test("correct snapshot formatting for object key with unicode", () => {
expect({ "▶": "▹" }).toMatchInlineSnapshot(`
{
"▶": "▹",
}
`);
});