Skip to content

Bump @testing-library/jest-dom from 5.16.5 to 6.1.4 #216

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

Bump @testing-library/jest-dom from 5.16.5 to 6.1.4 #216

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