Skip to content

fix: add package-lock file (#9) #31

fix: add package-lock file (#9)

fix: add package-lock file (#9) #31

Workflow file for this run

name: Unit test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm i
- run: npm test