UNPKG

179 BTypeScriptView Raw
1import { Tree } from '@nrwl/devkit';
2export declare function findRootJestConfig(tree: Tree): string | null;
3export declare function findRootJestPreset(tree: Tree): string | null;