multy-stub/server/__tests__/__snapshots__/todo.test.js.snap

17 lines
307 B
Plaintext
Raw Normal View History

2024-10-16 11:06:23 +03:00
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`todo list app get list 1`] = `
{
"body": [
{
"_id": "670f69b5796ce7a9069da2f7",
"created": "2024-10-16T07:22:29.042Z",
"id": "670f69b5796ce7a9069da2f7",
"items": [],
"title": "qqq",
},
],
"success": true,
}
`;