Skip to content

migrate tests from jest to node testrunner #57

migrate tests from jest to node testrunner

migrate tests from jest to node testrunner #57

Workflow file for this run

name: ci
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
node: ['24']
env:
OS: ${{ matrix.os }}
NODE: '${{ matrix.node }}'
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node }}
cache: 'npm'
- name: Run tests
run: npm clean-install-test