jest.d.ts 115 B

123
  1. export default function nextJest(options?: {
  2. dir?: string;
  3. }): (customJestConfig?: any) => () => Promise<any>;