Skip to content

Merge pull request #25 from SIT-SandBox/ScriptBloxX-patch-2 #30

Merge pull request #25 from SIT-SandBox/ScriptBloxX-patch-2

Merge pull request #25 from SIT-SandBox/ScriptBloxX-patch-2 #30

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