Skip to content

Bump @testing-library/jest-dom from 6.5.0 to 6.6.2 #141

Bump @testing-library/jest-dom from 6.5.0 to 6.6.2

Bump @testing-library/jest-dom from 6.5.0 to 6.6.2 #141

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm i --legacy-peer-deps
- run: npm test