Skip to content

Commit 1307dc8

Browse files
committed
fix(new): add prefix to spec name
Fix angular@06976f4#commitcomment-19241601 Close angular#2595
1 parent 883fe46 commit 1307dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-cli/blueprints/ng2/files/__path__/app/app.component.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ describe('App: <%= jsComponentName %>', () => {
1818
expect(app).toBeTruthy();
1919
}));
2020

21-
it(`should have as title 'app works!'`, async(() => {
21+
it(`should have as title '<%= prefix %> works!'`, async(() => {
2222
let fixture = TestBed.createComponent(AppComponent);
2323
let app = fixture.debugElement.componentInstance;
2424
expect(app.title).toEqual('<%= prefix %> works!');

0 commit comments

Comments
 (0)