Skip to content

fix: incorrect filepath resolution during dynamic import (#91) #81

fix: incorrect filepath resolution during dynamic import (#91)

fix: incorrect filepath resolution during dynamic import (#91) #81

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install pnpm
uses: pnpm/action-setup@v4
- name: Set Node.js
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install
run: pnpm i
- name: Test
run: pnpm vitest run