Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Add automated test. #489

Add automated test.

Add automated test. #489

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run: npm install
- run: npm test