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) 370 B
import { type GeneratorCallback, type Tree } from '@nx/devkit'; import type { JestInitSchema } from './schema'; export declare function jestInitGenerator(tree: Tree, options: JestInitSchema): Promise<GeneratorCallback>; export declare function jestInitGeneratorInternal(tree: Tree, options: JestInitSchema): Promise<GeneratorCallback>; export default jestInitGenerator;