SvelteKit 2.69.2
SvelteKit 2.69.2.
One fix.
Set define values on globalThis when running Vitest.
That is it.
If you use Vitest with SvelteKit, your define replacements now land on globalThis instead of global. This aligns with modern Node and browser environments where globalThis is the standard.
No new features. No breaking changes. Just a targeted patch that keeps Vitest integration working smoothly.
Update when your test suite calls for it.