diff --git a/ponyracer/package.json b/ponyracer/package.json index 69f757e29..de45c2f0a 100644 --- a/ponyracer/package.json +++ b/ponyracer/package.json @@ -23,8 +23,8 @@ "zone.js": "~0.13.0" }, "devDependencies": { - "@angular-devkit/build-angular": "^16.0.0-next.5", - "@angular/cli": "~16.0.0-next.5", + "@angular-devkit/build-angular": "^16.0.0-next.6", + "@angular/cli": "~16.0.0-next.6", "@angular/compiler-cli": "^16.0.0-next.0", "@types/jasmine": "~4.3.0", "jasmine-core": "~4.6.0", diff --git a/ponyracer/src/app/app.component.spec.ts b/ponyracer/src/app/app.component.spec.ts index 72e08dc63..3edf9b8e4 100644 --- a/ponyracer/src/app/app.component.spec.ts +++ b/ponyracer/src/app/app.component.spec.ts @@ -2,13 +2,9 @@ import { TestBed } from '@angular/core/testing'; import { AppComponent } from './app.component'; describe('AppComponent', () => { - beforeEach(async () => { - await TestBed.configureTestingModule({ - declarations: [ - AppComponent - ], - }).compileComponents(); - }); + beforeEach(() => TestBed.configureTestingModule({ + declarations: [AppComponent] + })); it('should create the app', () => { const fixture = TestBed.createComponent(AppComponent);