17 lines
307 B
Plaintext
17 lines
307 B
Plaintext
// 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,
|
|
}
|
|
`;
|