Skip to content

Bump ts-jest from 29.0.5 to 29.1.2 #66

Bump ts-jest from 29.0.5 to 29.1.2

Bump ts-jest from 29.0.5 to 29.1.2 #66

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