test(web): silence localStorage-file warnings in vitest #428
Reference in New Issue
Block a user
Delete Branch "fix/web-test-warnings-2"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause:
Node's built-in webstorage accessor emits a warning when accessed without a localStorage file configured. The web vitest setup was touching the accessor, so every worker logged the warning.
Change:
Verification:
Audit update: added pnpm override for minimatch >=10.2.1 and regenerated lockfile in this branch.\n\nResult:\n- pnpm audit --audit-level=high now reports 0 high/critical, 2 moderate (ajv via eslint and @nestjs/cli).