Skip to content

Fix circular JSON marshalling errors #312

Fix circular JSON marshalling errors

Fix circular JSON marshalling errors #312

Workflow file for this run

name: Run Tests
on:
pull_request:
branches:
- main
- master
push:
branches:
- main
- master
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/[email protected]
- name: Set up Node.js
uses: actions/[email protected]
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Run Jest tests
run: npm test