Skip to content

docs: add clarifying comment about test command #4

docs: add clarifying comment about test command

docs: add clarifying comment about test command #4

Workflow file for this run

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