style: format code for better readability and consistency
This commit is contained in:
parent
15788dbaa6
commit
37d7df2794
10
src/test.ts
10
src/test.ts
@ -8,12 +8,12 @@ import { provideHttpClientTesting } from '@angular/common/http/testing';
|
|||||||
declare const beforeEach: (fn: () => void) => void;
|
declare const beforeEach: (fn: () => void) => void;
|
||||||
|
|
||||||
getTestBed().initTestEnvironment(
|
getTestBed().initTestEnvironment(
|
||||||
BrowserTestingModule,
|
BrowserTestingModule,
|
||||||
platformBrowserTesting()
|
platformBrowserTesting()
|
||||||
);
|
);
|
||||||
|
|
||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
TestBed.configureTestingModule({
|
TestBed.configureTestingModule({
|
||||||
providers: [provideZonelessChangeDetection(), provideHttpClient(), provideHttpClientTesting()]
|
providers: [provideZonelessChangeDetection(), provideHttpClient(), provideHttpClientTesting()]
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user