Skip to content

Merge pull request #1038 from Elite-tch/fix-1007 #2185

Merge pull request #1038 from Elite-tch/fix-1007

Merge pull request #1038 from Elite-tch/fix-1007 #2185

Workflow file for this run

name: Unit Tests and Coverage
on:
push:
branches:
- main
- testnet
pull_request:
branches: [master, testnet]
jobs:
Jest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Run Tests
run: |
npm install --legacy-peer-deps
npm test