Skip to content

Bump ts-jest from 29.1.0 to 29.1.1 #401

Bump ts-jest from 29.1.0 to 29.1.1

Bump ts-jest from 29.1.0 to 29.1.1 #401

Workflow file for this run

name: 'run tests'
on:
pull_request:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: |
npm ci
- run: |
npm run test