b5bb668bd9
Add onConsoleLog: () => false to vitest config to silence expected warn/error calls from production code when tests deliberately feed bad input (e.g. parseJson with malformed JSON). Tests can still use vi.spyOn(console, ...) to assert on console calls explicitly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>