Skip to content

[fix] TypeError: Do not know how to serialize a BigInt #127

[fix] TypeError: Do not know how to serialize a BigInt

[fix] TypeError: Do not know how to serialize a BigInt #127

Workflow file for this run

name: Unit Tests
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
unit-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: npm install
- run: npm test