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 337 B
import { Tree } from '@nx/devkit'; import type { JestPresetExtension } from '../../../utils/config/config-file'; import { NormalizedJestProjectSchema } from '../schema'; export declare function createFiles(tree: Tree, options: NormalizedJestProjectSchema, presetExt: JestPresetExtension): void; //# sourceMappingURL=create-files.d.ts.map