Skip to content

Fix all test suite failures: module resolution, mocks, and DI #3

Fix all test suite failures: module resolution, mocks, and DI

Fix all test suite failures: module resolution, mocks, and DI #3

Workflow file for this run

name: Test Suite
on:
pull_request:
push:
jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: "22"
cache: "yarn"
- run: yarn install --frozen-lockfile
- run: npx jest --no-cache --coverage
- uses: actions/upload-artifact@v4
if: always()
with:
name: coverage
path: coverage/