Bump the linting-and-formatting group in /frontend-react with 3 updates #4543
Annotations
5 errors and 1 warning
Unit tests:
frontend-react/src/hooks/UsePagination/UsePagination.test.tsx#L571
AssertionError: expected [] to strictly equal [ 1, 2 ]
- Expected
+ Received
- Array [
- 1,
- 2,
- ]
+ Array []
❯ src/hooks/UsePagination/UsePagination.test.tsx:571:59
|
Unit tests:
frontend-react/src/hooks/UsePagination/UsePagination.test.tsx#L593
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ src/hooks/UsePagination/UsePagination.test.tsx:593:68
|
Unit tests:
frontend-react/src/hooks/UsePagination/UsePagination.test.tsx#L571
AssertionError: expected [] to strictly equal [ 1, 2 ]
- Expected
+ Received
- Array [
- 1,
- 2,
- ]
+ Array []
❯ src/hooks/UsePagination/UsePagination.test.tsx:571:59
|
Unit tests:
frontend-react/src/hooks/UsePagination/UsePagination.test.tsx#L593
AssertionError: expected +0 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 0
❯ src/hooks/UsePagination/UsePagination.test.tsx:593:68
|
Unit tests
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading