From ee1eb2cf82bf1eb4927b56c398e52989482be92c Mon Sep 17 00:00:00 2001 From: Jonathan Cammisuli Date: Thu, 28 Jun 2018 14:46:28 -0400 Subject: [PATCH] style(schematics): change e2e it descriptions to previous name --- e2e/schematics/command-line.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/schematics/command-line.test.ts b/e2e/schematics/command-line.test.ts index 0156ba58f9..27073a03c0 100644 --- a/e2e/schematics/command-line.test.ts +++ b/e2e/schematics/command-line.test.ts @@ -82,7 +82,7 @@ describe('Command line', () => { }); it( - 'affected should print, build, and test affected apps and libraries', + 'affected should print, build, and test affected apps', () => { newProject(); newApp('myapp'); @@ -319,7 +319,7 @@ describe('Command line', () => { ); it( - 'affected should print, build, and test all apps and publishable libraries', + 'affected should print, build, and test all apps', () => { newProject(); newApp('myapp');