Part 2 #2
Closed
Part 2 #2
Annotations
2 errors
|
Run tests
Process completed with exit code 1.
|
|
Run tests:
frontend/src/components/TaskForm.test.tsx#L64
AssertionError: expected "spy" to be called with arguments: [ { _id: 'task123', …(4) } ]
Received:
1st spy call:
[
{
"_id": "task123",
"assignee": "",
+ "dateCreated": 2025-12-31T21:29:57.155Z,
"description": "Updated description",
"isChecked": false,
"title": "Updated title",
},
]
Number of calls: 1
❯ src/components/TaskForm.test.tsx:64:24
|
Loading