Skip to content

configure jest suite to test esm #13

configure jest suite to test esm

configure jest suite to test esm #13

Workflow file for this run

name: typeScript
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@main
- run: npm i
- run: npm run compile
- run: npm test