πΎ backup and restore #964
Annotations
2 errors
src/utils/posts.test.ts#L85
AssertionError: expected [ { name: 'tech', icon: 'π' }, β¦(2) ] to deeply equal [ { icon: 'π', name: 'life' }, β¦(2) ]
- Expected
+ Received
Array [
Object {
- "icon": "π",
- "name": "life",
- },
- Object {
"icon": "π",
"name": "tech",
+ },
+ Object {
+ "icon": "π",
+ "name": "life",
},
Object {
"icon": "π»",
"name": "coding",
},
]
β― src/utils/posts.test.ts:85:20
|
|
This job failed
Loading