You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

12 lines
703 B

import { configurationGenerator } from './src/generators/configuration/configuration';
export { configurationGenerator };
/**
* @deprecated Use `configurationGenerator` instead. It will be removed in Nx v22.
*/
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 { getJestProjectsAsync } from './src/utils/config/get-jest-projects';
export { findJestConfig } from './src/utils/config/config-file';
//# sourceMappingURL=index.d.ts.map