UNPKG

@nrwl/jest

Version:

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

6 lines (5 loc) 300 B
import { Tree } from '@nrwl/devkit'; export declare function updateTestsJest29(tree: Tree): Promise<void>; export declare function updateJestMockTypes(tree: Tree, filePath: string): void; export declare function updateJestMocked(tree: Tree, filePath: string): void; export default updateTestsJest29;