UNPKG

@nrwl/jest

Version:

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

4 lines (3 loc) 179 B
import { Tree } from '@nrwl/devkit'; export declare function findRootJestConfig(tree: Tree): string | null; export declare function findRootJestPreset(tree: Tree): string | null;