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 243 B
import { type Tree } from '@nx/devkit'; import type { NormalizedJestProjectSchema } from '../schema'; export declare function updateTsConfig(host: Tree, options: NormalizedJestProjectSchema): void; //# sourceMappingURL=update-tsconfig.d.ts.map