Skip to content

type bug fix

type bug fix #33

Workflow file for this run

name: Unit Tests
on:
push:
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
npm install
npm test