Handle diff keys correctly (#40) #9
Annotations
2 errors and 1 warning
packages/cli/test/js.test.ts > JavaScript adapter: diff:
packages/cli/test/js.test.ts#L88
Error: Snapshot `JavaScript adapter: diff 2` mismatched
- Expected
+ Received
export default {
"title": "Updated",
- description: 'Translated\nTranslated',
+ description: 'Before you begin, make sure you have the following:\nA GitHub account',
+
nested: {
content: `Updated
Updated`
},
- dynamic: `Translated ${Date.now()}`
+ dynamic: `the current time is not ${Date.now()}`
}
❯ packages/cli/test/js.test.ts:88:3
|
🧪 Run tests
Process completed with exit code 1.
|
🧪 Run tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|