-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Describe the bug
Fix bugs in the Testing docs code: https://wasp.sh/docs/project/testing
- This should be
!== 0
export function areThereAnyTasks(tasks: Task[]): boolean {
return tasks.length === 0;
}- React component test example sets
value={task.isDone}but then usestoBeChecked()test, which will fail. We should setchecked.
There might be more.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers