Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions packages/dev-lib/cfg/vitest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ export function getSharedConfig(cwd) {
maxWorkers,
isolate: false,
watch: false,
// Node 25 enabled the Web Storage API by default. Disable it so `localStorage` /
// `sessionStorage` are not defined in tests, matching Node 24 behavior.
execArgv: ['--no-experimental-webstorage'],
// dir: 'src',
restoreMocks: true,
silent,
Expand Down