Skip to content

BigInt can't be JSON.stringify'd, so don't try to do that. #12

BigInt can't be JSON.stringify'd, so don't try to do that.

BigInt can't be JSON.stringify'd, so don't try to do that. #12

Workflow file for this run

on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: Test
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
submodules: true
- run: npm install
- run: npm test