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) 418 B
export { addPropertyToJestConfig, removePropertyFromJestConfig, } from './src/utils/config/update-config'; export { jestConfigObjectAst } from './src/utils/config/functions'; export { jestProjectGenerator } from './src/generators/jest-project/jest-project'; export { jestInitGenerator } from './src/generators/init/init'; export { getJestProjects, getNestedJestProjects, } from './src/utils/config/get-jest-projects';