* fix(testing): require jest config to resolve it better during migration * fix(testing): require with appRootPath * chore(testing): remove uneeded exports and imports
6 lines
179 B
TypeScript
6 lines
179 B
TypeScript
export {
|
|
addPropertyToJestConfig,
|
|
removePropertyFromJestConfig,
|
|
} from './src/utils/config/update-config';
|
|
export { jestConfigObjectAst } from './src/utils/config/functions';
|