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
{{ message }}
This repository was archived by the owner on Aug 20, 2026. It is now read-only.
// Two named projects, each its own real config file (vitest.unit.config.ts / vitest.smoke.config.ts) rather than inline objects here -- Vitest's `test.projects` only loads inline objects as bare test-level overrides (name/include/etc.); a genuine vite-level option like `define` (which vitest.unit.config.ts needs, to bake __PACKAGE_VERSION__ into the "unit" project's own transform) is silently dropped for inline project entries, confirmed empirically against vitest@4.1.10 -- only a real project config *file* goes through Vite's normal config-loading/merge path and actually applies it.