4 lines
115 B
TypeScript
4 lines
115 B
TypeScript
|
|
export default function nextJest(options?: {
|
||
|
|
dir?: string;
|
||
|
|
}): (customJestConfig?: any) => () => Promise<any>;
|