Skip to content

Commit 9cd2f89

Browse files
author
Laurent LE LARDEUX
committed
debug deploy workflow
1 parent a231e97 commit 9cd2f89

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "frontend",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"scripts": {
55
"ng": "ng",
66
"start": "ng serve",

src/app/app.component.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ describe('AppComponent', () => {
1616
expect(app).toBeTruthy();
1717
});
1818

19-
it(`should have as title 'frontend'`, () => {
19+
it(`should have as title 'hello-world'`, () => {
2020
const fixture = TestBed.createComponent(AppComponent);
2121
const app = fixture.componentInstance;
22-
expect(app.title).toEqual('frontend');
22+
expect(app.title).toEqual('hello-world');
2323
});
2424

2525
it('should render title', () => {

src/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
66
styleUrls: ['./app.component.css']
77
})
88
export class AppComponent {
9-
title = 'frontend';
9+
title = 'hello-world';
1010
}

0 commit comments

Comments
 (0)