Bump @rjsf/core from 5.18.4 to 5.19.3 #1832
Annotations
6 errors
test/components/BaseForm_test.tsx > BaseForm component > Should disable the form if disabled is true:
test/components/BaseForm_test.tsx#L77
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/components/BaseForm_test.tsx:77:33
|
test/components/BaseForm_test.tsx > BaseForm component > Should show a spinner and disable the form when showSpinner is true:
test/components/BaseForm_test.tsx#L98
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/components/BaseForm_test.tsx:98:33
|
test/components/BaseForm_test.tsx > BaseForm component > Should show a spinner and disable the form when form is submitted:
test/components/BaseForm_test.tsx#L125
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ test/components/BaseForm_test.tsx:125:33
|
test (ubuntu-latest)
Process completed with exit code 1.
|
test (windows-latest)
The job was canceled because "ubuntu-latest" failed.
|
test (windows-latest)
The operation was canceled.
|