Skip to content

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

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

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

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