Skip to content

fix: check accounter interface implemented by account & add support f… #20

fix: check accounter interface implemented by account & add support f…

fix: check accounter interface implemented by account & add support f… #20

Workflow file for this run

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