style: format code for better readability and consistency
All checks were successful
bangararaju.kottedi.in/portfolio-admin/pipeline/pr-prod This commit looks good
bangararaju.kottedi.in/portfolio-admin/pipeline/head This commit looks good

This commit is contained in:
Bangara Raju Kottedi 2026-03-06 12:39:31 +05:30
parent 15788dbaa6
commit 37d7df2794

View File

@ -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()]
}); });
}); });