Skip to content

Fix tests

Fix tests #5

Workflow file for this run

name: Test
on:
pull_request:
paths:
- '**/*.js'
jobs:
jest:
name: Run tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npm install
- run: npm run test