UNPKG

288 BTypeScriptView Raw
1import { ProjectConfiguration, Tree } from '@nrwl/devkit';
2import { Schema } from '../schema';
3/**
4 * Updates the root jest config projects array and removes the project.
5 */
6export declare function updateJestConfig(tree: Tree, schema: Schema, projectConfig: ProjectConfiguration): void;