AssertionError: expected [ { type: 'text', …(1) }, …(1) ] to deeply equal [ { type: 'text', …(1) }, …(1) ]
- Expected
+ Received
@@ -2,9 +2,9 @@
{
"text": "/Users/a b/foo.ts",
"type": "text",
},
{
- "text": "/Users/i18n/foo.ts",
+ "text": "/Users/中文/foo.ts",
"type": "text",
},
]
❯ test/convert.test.ts:153:17