@nx/jest
Version:
18 lines • 717 B
TypeScript
import { CreateNodesV2 } from '@nx/devkit';
export interface JestPluginOptions {
targetName?: string;
ciTargetName?: string;
/**
* The name that should be used to group atomized tasks on CI
*/
ciGroupName?: string;
/**
* Whether to use jest-config and jest-runtime are used to load Jest configuration and context.
* Disabling this is much faster but could be less correct since we are using our own config loader
* and test matcher instead of Jest's.
*/
disableJestRuntime?: boolean;
}
export declare const createNodes: CreateNodesV2<JestPluginOptions>;
export declare const createNodesV2: CreateNodesV2<JestPluginOptions>;
//# sourceMappingURL=plugin.d.ts.map