style(schematics): change e2e it descriptions to previous name

This commit is contained in:
Jonathan Cammisuli 2018-06-28 14:46:28 -04:00 committed by Victor Savkin
parent 72e3eed599
commit ee1eb2cf82

View File

@ -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');