diff --git a/e2e/schematics/workspace.test.ts b/e2e/schematics/workspace.test.ts index 563963b9a9..a72382c311 100644 --- a/e2e/schematics/workspace.test.ts +++ b/e2e/schematics/workspace.test.ts @@ -5,7 +5,8 @@ import { runCLI, runNgNew, updateFile, - readJson + readJson, + readFile } from '../utils'; import { angularCliSchema } from '../../packages/schematics/src/lib-versions';