UNPKG

@gguf/claw

Version:

Multi-channel AI gateway with extensible messaging integrations

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