Skip to content

Bump @testing-library/jest-dom from 5.16.5 to 6.1.6 #379

Bump @testing-library/jest-dom from 5.16.5 to 6.1.6

Bump @testing-library/jest-dom from 5.16.5 to 6.1.6 #379

Workflow file for this run

name: Front end tests
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install deps
run: npm install
- name: Test front-end
run: npm test --watchAll=false