Skip to content

chore(deps): bump @testing-library/dom from 9.3.1 to 9.3.3 (#267) #633

chore(deps): bump @testing-library/dom from 9.3.1 to 9.3.3 (#267)

chore(deps): bump @testing-library/dom from 9.3.1 to 9.3.3 (#267) #633

Workflow file for this run

name: Automated Tests and Linting
on: [push]
jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: .nvmrc
cache: yarn
cache-dependency-path: yarn.lock
- name: Install packages
run: yarn install --immutable
- name: Run tests
run: yarn test