Skip to content

Do not load the NFT holders table if the holders amount is zero #713

Do not load the NFT holders table if the holders amount is zero

Do not load the NFT holders table if the holders amount is zero #713

Workflow file for this run

name: Unit tests
on: push
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: npm ci
- name: Run tests
run: npm run test