Skip to content

chore: Add info on known limitations wrt nested transactions #194

chore: Add info on known limitations wrt nested transactions

chore: Add info on known limitations wrt nested transactions #194

Workflow file for this run

name: Unit test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v1
with:
node-version: 16
- run: npm i
- run: npm test