Skip to content

feat: fix merge conflict #66

feat: fix merge conflict

feat: fix merge conflict #66

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