style(schematics): change e2e it descriptions to previous name
This commit is contained in:
parent
72e3eed599
commit
ee1eb2cf82
@ -82,7 +82,7 @@ describe('Command line', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it(
|
it(
|
||||||
'affected should print, build, and test affected apps and libraries',
|
'affected should print, build, and test affected apps',
|
||||||
() => {
|
() => {
|
||||||
newProject();
|
newProject();
|
||||||
newApp('myapp');
|
newApp('myapp');
|
||||||
@ -319,7 +319,7 @@ describe('Command line', () => {
|
|||||||
);
|
);
|
||||||
|
|
||||||
it(
|
it(
|
||||||
'affected should print, build, and test all apps and publishable libraries',
|
'affected should print, build, and test all apps',
|
||||||
() => {
|
() => {
|
||||||
newProject();
|
newProject();
|
||||||
newApp('myapp');
|
newApp('myapp');
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user