7 lines
286 B
TypeScript
7 lines
286 B
TypeScript
/* eslint-disable @typescript-eslint/no-restricted-imports */
|
|
export {
|
|
createTreeWithEmptyWorkspace,
|
|
createTreeWithEmptyV1Workspace,
|
|
} from 'nx/src/generators/testing-utils/create-tree-with-empty-workspace';
|
|
export { createTree } from 'nx/src/generators/testing-utils/create-tree';
|