UNPKG

430 BTypeScriptView Raw
1import { ProjectConfiguration, Tree } from '@nrwl/devkit';
2import { NormalizedSchema } from '../schema';
3/**
4 * Updates the project name and coverage folder in the jest.config.js if it exists
5 *
6 * (assume relative paths have been updated previously)
7 *
8 * @param schema The options provided to the schematic
9 */
10export declare function updateJestConfig(tree: Tree, schema: NormalizedSchema, project: ProjectConfiguration): void;