You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix coverage by rewriting non-inlineable require calls to dist paths
During coverage, Vitest transforms imports to load TypeScript sources from
registry/src/, but require() bypasses Vite's module system and can't load
.ts files. Updated require-transform plugin to rewrite non-inlineable
require() calls to use absolute paths pointing to compiled dist/ files.
0 commit comments