Input-Validation #16
Annotations
3 errors
error: expect(received).toHaveBeenCalled():
components/groups/forms/proposals/__tests__/ProposalDetailsForm.test.tsx#L87
Expected number of calls: >= 1
Received number of calls: 0
at /home/runner/work/manifest-app/manifest-app/components/groups/forms/proposals/__tests__/ProposalDetailsForm.test.tsx:87:32
|
error: expect(received).toHaveBeenCalled():
components/groups/forms/groups/__tests__/MemberInfoForm.test.tsx#L109
Expected number of calls: >= 1
Received number of calls: 0
at /home/runner/work/manifest-app/manifest-app/components/groups/forms/groups/__tests__/MemberInfoForm.test.tsx:109:32
|
build
Process completed with exit code 1.
|