Skip to content

better type definitions #167

better type definitions

better type definitions #167

Workflow file for this run

name: Code testing
on: [push]
jobs:
cover:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run tests
run: |
npm install
rm ./tsconfig.json
npm test