@airbnb/config-jest
Version:
Reusable Jest config.
14 lines • 441 B
TypeScript
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