2026-03-20 09:30:16 +01:00

6 lines
175 B
TypeScript

// Test setup file for nostr extension
import { vi } from "vitest";
// Mock console.error to suppress noise in tests
vi.spyOn(console, "error").mockImplementation(() => {});