From e5ac9524f0ec4774c032fbca9b5bc8e015f8bf2e Mon Sep 17 00:00:00 2001 From: cexbrayat Date: Thu, 30 Mar 2023 22:05:25 +0000 Subject: [PATCH] chore: version 16.0.0-next.6 --- ponyracer/package.json | 4 ++-- ponyracer/src/app/app.component.spec.ts | 10 +++------- 2 files changed, 5 insertions(+), 9 deletions(-) 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);