Skip to content

Fixed the issue where the 'H' disappears when set to 0. (#47) #193

Fixed the issue where the 'H' disappears when set to 0. (#47)

Fixed the issue where the 'H' disappears when set to 0. (#47) #193

Workflow file for this run

name: Vitest
on: [push, workflow_dispatch]
jobs:
vitest-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- run: pnpm install
- run: pnpm test