Skip to content

chore(deps-dev): bump @testing-library/react from 12.1.2 to 15.0.7 #237

chore(deps-dev): bump @testing-library/react from 12.1.2 to 15.0.7

chore(deps-dev): bump @testing-library/react from 12.1.2 to 15.0.7 #237

Workflow file for this run

name: CI
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- run: yarn
- run: yarn test:ci