From db3561ebd4fe4cd2ad33da86f5759bb9872d204c Mon Sep 17 00:00:00 2001 From: orcid-releaser Date: Mon, 15 Jan 2024 22:38:39 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20GITHUB=20ACTIONS=20format=5Fpret?= =?UTF-8?q?tier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../form-current-employment.component.spec.ts | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/register2/components/form-current-employment/form-current-employment.component.spec.ts b/src/app/register2/components/form-current-employment/form-current-employment.component.spec.ts index 391399cfda..1eb944aa77 100644 --- a/src/app/register2/components/form-current-employment/form-current-employment.component.spec.ts +++ b/src/app/register2/components/form-current-employment/form-current-employment.component.spec.ts @@ -13,7 +13,10 @@ import { ErrorHandlerService } from '../../../core/error-handler/error-handler.s import { ReactivationService } from '../../../core/reactivation/reactivation.service' import { Register2Service } from '../../../core/register2/register2.service' import { FormCurrentEmploymentComponent } from './form-current-employment.component' -import { MatLegacyAutocomplete, MatLegacyAutocompleteModule } from '@angular/material/legacy-autocomplete' +import { + MatLegacyAutocomplete, + MatLegacyAutocompleteModule, +} from '@angular/material/legacy-autocomplete' import { SharedModule } from 'src/app/shared/shared.module' describe('FormPersonalComponent', () => { @@ -22,7 +25,13 @@ describe('FormPersonalComponent', () => { beforeEach(() => { TestBed.configureTestingModule({ - imports: [HttpClientTestingModule, MdePopoverModule, RouterTestingModule, MatLegacyAutocompleteModule, SharedModule], + imports: [ + HttpClientTestingModule, + MdePopoverModule, + RouterTestingModule, + MatLegacyAutocompleteModule, + SharedModule, + ], declarations: [FormCurrentEmploymentComponent], providers: [ WINDOW_PROVIDERS,