Skip to content

fix: v2 export issue #31

fix: v2 export issue

fix: v2 export issue #31

Workflow file for this run

name: Test
on:
pull_request:
types: [opened]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Node
uses: actions/[email protected]
with:
node-version: 18.17.1
registry-url: https://registry.npmjs.org/
- name: Install modules
run: npm i
- name: Run tests
run: npm run test