Skip to content

chore: prep for NestJS 12 (deep-import removal, dual ESM/CJS, Vitest)#509

Open
drieshooghe wants to merge 2 commits into
masterfrom
nestjs-12-prep
Open

chore: prep for NestJS 12 (deep-import removal, dual ESM/CJS, Vitest)#509
drieshooghe wants to merge 2 commits into
masterfrom
nestjs-12-prep

chore: migrate test harness from Jest to Vitest

ef9bc91
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 28, 2026 in 1s

90.41% (target 90.00%)

View this Pull Request on Codecov

90.41% (target 90.00%)

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 90.41%. Comparing base (3dfc123) to head (ef9bc91).
⚠️ Report is 11 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #509      +/-   ##
==========================================
- Coverage   90.93%   90.41%   -0.52%     
==========================================
  Files          98       98              
  Lines        2217     2024     -193     
  Branches      531      529       -2     
==========================================
- Hits         2016     1830     -186     
+ Misses         80       74       -6     
+ Partials      121      120       -1     
Files with missing lines Coverage Δ
packages/core/lib/command-bus.ts 92.85% <100.00%> (+2.23%) ⬆️
packages/core/lib/event-bus.ts 90.62% <100.00%> (+3.78%) ⬆️
packages/core/lib/event-map.ts 93.93% <100.00%> (+2.04%) ⬆️
packages/core/lib/query-bus.ts 93.10% <100.00%> (+2.19%) ⬆️
packages/core/lib/services/explorer.service.ts 90.00% <100.00%> (+0.71%) ⬆️

... and 80 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.