Skip to content

Update jest monorepo to v29 #506

Update jest monorepo to v29

Update jest monorepo to v29 #506

Workflow file for this run

name: test
on: [push]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v3
- run: npm install
- run: npm test