From 2acf28c50def96b23b6c8df721ab66949b367b7d Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Fri, 30 Mar 2018 19:20:35 -0400 Subject: [PATCH] fixes build --- e2e/schematics/workspace.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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';