UNPKG

@nx/jest

Version:

The Nx Plugin for Jest contains executors and generators allowing your workspace to use the powerful Jest testing capabilities.

6 lines (5 loc) 377 B
import { GeneratorCallback, Tree } from '@nx/devkit'; import { JestProjectSchema } from './schema'; export declare function configurationGenerator(tree: Tree, schema: JestProjectSchema): Promise<GeneratorCallback>; export declare function configurationGeneratorInternal(tree: Tree, schema: JestProjectSchema): Promise<GeneratorCallback>; export default configurationGenerator;