Skip to content

feat: switch to native ESM with exports #61

feat: switch to native ESM with exports

feat: switch to native ESM with exports #61

Workflow file for this run

name: Coverage
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Coverage
run: |
npm ci
npm run test-cov
exit 0