UNPKG

@airbnb/config-jest

Version:
14 lines 441 B
import { JestConfig } from '@beemo/driver-jest'; export interface JestOptions { graphql?: boolean; react?: boolean; srcFolder: string; testFolder: string; threshold?: number; workspaces?: string[]; } /** * Create a root project config for a project. */ export declare function getConfig({ graphql, react, srcFolder, testFolder, threshold, workspaces, }: JestOptions): JestConfig; //# sourceMappingURL=index.d.ts.map