UNPKG

@nx/jest

Version:

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

5 lines 376 B
import { type Tree } from '@nx/devkit'; import { type JestPresetExtension } from '../../../utils/config/config-file'; import type { NormalizedJestProjectSchema } from '../schema'; export declare function createJestConfig(tree: Tree, options: Partial<NormalizedJestProjectSchema>, presetExt: JestPresetExtension): Promise<void>; //# sourceMappingURL=create-jest-config.d.ts.map