nx/packages/jest/index.ts
2020-12-02 10:51:43 -05:00

7 lines
262 B
TypeScript

export {
addPropertyToJestConfig,
removePropertyFromJestConfig,
} from './src/utils/config/update-config';
export { jestConfigObjectAst } from './src/utils/config/functions';
export { jestProjectGenerator } from './src/schematics/jest-project/jest-project';