Skip to content

chore(deps-dev): bump @testing-library/jest-dom from 5.16.5 to 6.6.3 #983

chore(deps-dev): bump @testing-library/jest-dom from 5.16.5 to 6.6.3

chore(deps-dev): bump @testing-library/jest-dom from 5.16.5 to 6.6.3 #983

Workflow file for this run

name: Lint, TypeCheck, Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 18
- run: yarn && yarn lint
- run: yarn tc
- run: yarn test