refactor: correctly name cli-hello-world-ivy project to distinguish from cli-hello-world in logs (#28421)

PR Close #28421
This commit is contained in:
George Kalpakas 2018-12-05 22:29:02 +02:00 committed by Matias Niemelä
parent 60c5ebd46a
commit 1da403d8f3

View File

@ -1,6 +1,6 @@
import { AppPage } from './app.po'; import { AppPage } from './app.po';
describe('cli-hello-world App', () => { describe('cli-hello-world-ivy App', () => {
let page: AppPage; let page: AppPage;
beforeEach(() => { beforeEach(() => {