Files
medreport_mrb2b/__mocks__/server-only.ts

4 lines
155 B
TypeScript

// Mock for server-only to avoid Next.js server component issues in tests
// This module does nothing in tests - it's just a marker for Next.js
export {};