Skip to content

fix: Correct typing exports by taking a simpler exporting approach #5

fix: Correct typing exports by taking a simpler exporting approach

fix: Correct typing exports by taking a simpler exporting approach #5

Workflow file for this run

name: Unit Testing
on:
pull_request:
branches: [ main ]
jobs:
test:
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.4
with:
node-version: 24
build-script: build
test-script: test
build: true