Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.

Expand test coverage using node:test #9

Expand test coverage using node:test

Expand test coverage using node:test #9

Workflow file for this run

name: Tests
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm run build
- run: npm test