Skip to content

Add assertions for round titles length with skippedLastROundsCount #45

Add assertions for round titles length with skippedLastROundsCount

Add assertions for round titles length with skippedLastROundsCount #45

Workflow file for this run

name: Tests
on: [push]
jobs:
jest-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "16"
- run: npm install
- run: npm run btest
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Cypress run
uses: cypress-io/[email protected]
with:
build: npm run build
start: npm start