Skip to content

fix: Convert to ms by diving by 1000 instead of 60 #93

fix: Convert to ms by diving by 1000 instead of 60

fix: Convert to ms by diving by 1000 instead of 60 #93

Workflow file for this run

name: Run tests
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm i
- name: Run tests
run: npm test