Skip to content

chore(deps): update dependency @testing-library/cypress to v10 #4637

chore(deps): update dependency @testing-library/cypress to v10

chore(deps): update dependency @testing-library/cypress to v10 #4637

Workflow file for this run

name: Test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install
run: yarn
- name: Test
run: yarn test:coverage
- name: Coverage
uses: codecov/codecov-action@v3