Skip to content

Commit af85be6

Browse files
filipesilvaBrocco
authored andcommitted
fix(new): add prefix to spec name
Fix 06976f4#commitcomment-19241601 Close #2595
1 parent bd1ed39 commit af85be6

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)