UNPKG

@nx/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) 189 B
import { NormalizedJestProjectSchema } from '../schema'; import { Tree } from '@nx/devkit'; export declare function updateWorkspace(tree: Tree, options: NormalizedJestProjectSchema): void;