Skip to content

Bump @testing-library/jest-dom from 5.17.0 to 6.1.2 #48

Bump @testing-library/jest-dom from 5.17.0 to 6.1.2

Bump @testing-library/jest-dom from 5.17.0 to 6.1.2 #48

Triggered via pull request September 1, 2023 12:46
Status Failure
Total duration 1m 3s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
build: src/components/CanAccess/CanAccess.spec.tsx#L1
Property 'toBeInTheDocument' does not exist on type 'Matchers<void, HTMLElement | null>'.
build: src/components/CanAccess/CanAccess.spec.tsx#L1
Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.
build: src/components/ErrorState/ErrorState.spec.tsx#L1
Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.
build: src/components/ErrorState/ErrorState.spec.tsx#L1
Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.
build: src/components/Loader/Loader.spec.tsx#L1
Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.
build: src/components/NavBar/NavBar.spec.tsx#L1
Property 'toHaveAttribute' does not exist on type 'JestMatchers<HTMLElement>'.
build: src/components/NavBar/NavBar.spec.tsx#L1
Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.
build: src/pages/Home/Home.spec.tsx#L1
Property 'toBeInTheDocument' does not exist on type 'JestMatchers<HTMLElement>'.
build: src/pages/Login/Login.spec.tsx#L1
Property 'toHaveAttribute' does not exist on type 'Matchers<void, HTMLButtonElement>'.
build: src/pages/Login/Login.spec.tsx#L1
Property 'toHaveTextContent' does not exist on type 'JestMatchers<HTMLButtonElement>'.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/