Skip to content

Add tests for empty title & privacy toggle #88

Add tests for empty title & privacy toggle

Add tests for empty title & privacy toggle #88

Workflow file for this run

name: Jest Tests and Code Coverage
on: [push]
jobs:
jest-tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: npm install
- name: Run Jest tests with coverage
run: npm test -- --coverage
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v4.1.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: Infinity-Times-Two/escape-room-builder-frontend