Skip to content

chore(tests): Move unit testing to TypeScript #12

chore(tests): Move unit testing to TypeScript

chore(tests): Move unit testing to TypeScript #12

Workflow file for this run

name: Feature PR Workflow
on:
pull_request:
branches:
- '**'
jobs:
test:
name: Unit Testing
uses: WJSoftware/cicd/.github/workflows/npm-test.yml@v0.4
secrets: inherit
with:
build: false
pwsh: false
node-version: '24'