Skip to content

fix: Fix broken unit tests #60

fix: Fix broken unit tests

fix: Fix broken unit tests #60

Workflow file for this run

name: 'Tests'
on: push
jobs:
jest-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install Dependencies
run: npm ci
- name: Run Tests
run: npm run test:ci