Skip to content

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 #1433

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0

Bump @testing-library/jest-dom from 5.17.0 to 6.0.0 #1433

Workflow file for this run

name: build-and-test
on: [push]
jobs:
build:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: [18.x]
name: Node ${{ matrix.node }} run
steps:
- uses: actions/checkout@v2
- name: Setup node
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
- run: echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p
- run: npm install
- run: make test