Part 2 #6
Annotations
2 errors
Frontend tests
Process completed with exit code 1.
|
src/components/TaskForm.test.tsx > TaskForm > calls submit handler with edited fields:
frontend/src/components/TaskForm.test.tsx#L138
AssertionError: expected "spy" to be called with arguments: [ { _id: 'task123', …(5) } ]
Received:
1st spy call:
Array [
Object {
"_id": "task123",
- "assignee": "",
"dateCreated": 2025-05-30T07:35:25.108Z,
"description": "Updated description",
"isChecked": false,
"title": "Updated title",
},
]
Number of calls: 1
❯ src/components/TaskForm.test.tsx:138:24
|