chore: update dev dependencies #5477
test-multiple-versions.yml
on: pull_request
Matrix: test_multiple_versions
Annotations
3 errors
|
test_multiple_versions (17.0.0)
Process completed with exit code 1.
|
|
tests/react/error.test.tsx > throws an error while updating in effect cleanup > [DEV-ONLY] dobule setCount:
tests/react/error.test.tsx#L493
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/react/error.test.tsx:493:9
|
|
tests/react/error.test.tsx > throws an error while updating in effect cleanup > [DEV-ONLY] single setCount:
tests/react/error.test.tsx#L465
AssertionError: expected false to be true // Object.is equality
- Expected
+ Received
- true
+ false
❯ tests/react/error.test.tsx:465:9
|