### Bug Report or Feature Request (mark with an `x`) ``` - [x] bug report ``` ### Versions. cli 1.1.0 ### Repro steps. 1. ng new app -it 2. ng e2e > fails 3. ng test > fails ~~Because the new tests doesn't match the app.component template.~~ Because the inline app component template doesn't match the new external one. I'm doing the PR right now, but shouldn't it have been caught by some test before release ?