Files

8 lines
165 B
JavaScript
Raw Permalink Normal View History

2026-08-27 21:09:14 +00:00
test("correct snapshot formatting for object key with unicode", () => {
expect({ "▶": "▹" }).toMatchInlineSnapshot(`
{
"▶": "▹",
}
`);
});