UNPKG

@nx/jest

Version:

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

9 lines (8 loc) 610 B
import { configurationGenerator } from './src/generators/configuration/configuration'; export { configurationGenerator }; /** @deprecated Use `configurationGenerator` instead. */ export declare const jestProjectGenerator: typeof configurationGenerator; export { addPropertyToJestConfig, removePropertyFromJestConfig, } from './src/utils/config/update-config'; export { jestConfigObjectAst } from './src/utils/config/functions'; export { jestInitGenerator } from './src/generators/init/init'; export { getJestProjects, getJestProjectsAsync, getNestedJestProjects, } from './src/utils/config/get-jest-projects';