initial commit
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
test("correct snapshot formatting for object key with unicode", () => {
|
||||
expect({ "▶": "▹" }).toMatchInlineSnapshot(`
|
||||
{
|
||||
"▶": "▹",
|
||||
}
|
||||
`);
|
||||
});
|
||||
Reference in New Issue
Block a user