import { vi } from 'vitest';

export default {
  info: vi.fn(),
  warn: vi.fn(),
  debug: vi.fn(),
};
