* chore(react): update emotion to new versions and new package names on react plugin * chore(nextjs): update emotion to latest version and the new package names * feat(misc): have react and next plugin migrations update emotion imports * add renamePackageImports and renameNpmPackage rules to workspace utils * update migrations to update emotion imports to the new name and version
7 lines
171 B
TypeScript
7 lines
171 B
TypeScript
export {
|
|
createEmptyWorkspace,
|
|
getFileContent,
|
|
MockBuilderContext,
|
|
} from './src/utils/testing-utils';
|
|
export { callRule, runSchematic } from './src/utils/testing';
|