nx/packages/workspace/testing.ts
Adam L Barrett 889b648886
Emotion upgrade for React and Next plugins (#4088)
* 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
2020-11-27 13:32:42 -06:00

7 lines
171 B
TypeScript

export {
createEmptyWorkspace,
getFileContent,
MockBuilderContext,
} from './src/utils/testing-utils';
export { callRule, runSchematic } from './src/utils/testing';