Skip to content

Bump @testing-library/react from 16.1.0 to 16.2.0 #512

Bump @testing-library/react from 16.1.0 to 16.2.0

Bump @testing-library/react from 16.1.0 to 16.2.0 #512

Workflow file for this run

name: Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
jest-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install npm dependencies
run: npm ci
- name: Run tests
run: npm test