Skip to content

add tests

add tests #1

Workflow file for this run

name: "Run tests"
on: push
jobs:
vitest:
name: Unit tests
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: pnpm/action-setup@v2
name: Install pnpm
with:
version: 9
run_install: false
- name: Run vitest
run: pnpm run test