UNPKG

@nrwl/jest

Version:

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

9 lines (8 loc) 387 B
import { GeneratorCallback } from '@nrwl/devkit'; import type { Tree } from '@nrwl/devkit'; export declare function updateExportsJestConfig(tree: Tree): GeneratorCallback; export declare function updateRootFiles(tree: Tree): { didUpdateRootPreset: boolean; }; export declare function updateToDefaultExport(tree: Tree, filePath: string): void; export default updateExportsJestConfig;