This repository demonstrates a compatibility issue between Stryker mutation testing and the vite-tsconfig-paths plugin when using TypeScript path aliases in a monorepo setup. When using Stryker with ...
Aliases defined via TypeScript path mapping are not reliably resolved for Node worker imports using the ?modulePath (or ?nodeWorker) suffix in Electron-Vite. Relative paths work, but alias-based ...