Skip to content

Fixed issues #2 and #1 #3

Fixed issues #2 and #1

Fixed issues #2 and #1 #3

Workflow file for this run

name: Test
on: push
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: setup Node.js
uses: actions/setup-node@v4
- name: install deps
run: npm i
- name: run test
run: npx vitest run