diff --git a/ponyracer/package.json b/ponyracer/package.json index d884bcc18..3a9ca97be 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -26,9 +26,9 @@ }, "devDependencies": { "@angular/compiler-cli": "^6.0.2", - "@angular-devkit/build-angular": "~0.6.2", + "@angular-devkit/build-angular": "~0.6.3", "typescript": "~2.7.2", - "@angular/cli": "~6.0.2", + "@angular/cli": "~6.0.3", "@angular/language-service": "^6.0.2", "@types/jasmine": "~2.8.6", "@types/jasminewd2": "~2.0.3", diff --git a/ponyracer/src/app/app.component.spec.ts b/ponyracer/src/app/app.component.spec.ts index bcbdf36b3..8de81dcf3 100644 --- a/ponyracer/src/app/app.component.spec.ts +++ b/ponyracer/src/app/app.component.spec.ts @@ -22,6 +22,6 @@ describe('AppComponent', () => { const fixture = TestBed.createComponent(AppComponent); fixture.detectChanges(); const compiled = fixture.debugElement.nativeElement; - expect(compiled.querySelector('h1').textContent).toContain('Welcome to app!'); + expect(compiled.querySelector('h1').textContent).toContain('Welcome to ponyracer!'); })); });