Skip to content

fix: upgrade ts-jest from 29.1.2 to 29.2.2 #71

fix: upgrade ts-jest from 29.1.2 to 29.2.2

fix: upgrade ts-jest from 29.1.2 to 29.2.2 #71

Workflow file for this run

name: Tests
on: [push]
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: "18"
- name: Install Dependencies
run: npm install
- name: Unit Tests
run: npm run test