diff --git a/src/test.ts b/src/test.ts index 620cef3..04def99 100644 --- a/src/test.ts +++ b/src/test.ts @@ -8,12 +8,12 @@ import { provideHttpClientTesting } from '@angular/common/http/testing'; declare const beforeEach: (fn: () => void) => void; getTestBed().initTestEnvironment( - BrowserTestingModule, - platformBrowserTesting() + BrowserTestingModule, + platformBrowserTesting() ); beforeEach(() => { - TestBed.configureTestingModule({ - providers: [provideZonelessChangeDetection(), provideHttpClient(), provideHttpClientTesting()] - }); + TestBed.configureTestingModule({ + providers: [provideZonelessChangeDetection(), provideHttpClient(), provideHttpClientTesting()] + }); });