Skip to content

Bump @testing-library/jest-dom from 5.16.5 to 6.0.1 #200

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

Bump @testing-library/jest-dom from 5.16.5 to 6.0.1 #200

Workflow file for this run

name: Lint and Test
on:
push:
branches: [ master, develop, dependencies ]
pull_request:
branches: [ master, develop, dependencies ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 16
- run: yarn
- run: yarn lint
- run: yarn test