Skip to content

fix: balance & balances quantity, tests #18

fix: balance & balances quantity, tests

fix: balance & balances quantity, tests #18

Workflow file for this run

name: test
on: [push, pull_request]
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Run tests
run: yarn test