Skip to content

Bump @types/jest from 29.5.6 to 29.5.11 #56

Bump @types/jest from 29.5.6 to 29.5.11

Bump @types/jest from 29.5.6 to 29.5.11 #56

Workflow file for this run

name: Unit Tests
on:
pull_request
jobs:
run-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: yarn install
- run: yarn test