style: format code for better readability and consistency #13
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;
|
||||
|
||||
getTestBed().initTestEnvironment(
|
||||
BrowserTestingModule,
|
||||
platformBrowserTesting()
|
||||
BrowserTestingModule,
|
||||
platformBrowserTesting()
|
||||
);
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({
|
||||
providers: [provideZonelessChangeDetection(), provideHttpClient(), provideHttpClientTesting()]
|
||||
});
|
||||
TestBed.configureTestingModule({
|
||||
providers: [provideZonelessChangeDetection(), provideHttpClient(), provideHttpClientTesting()]
|
||||
});
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user