Skip to content

Commit

Permalink
🤖 GITHUB ACTIONS format_prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
orcid-releaser committed Jan 15, 2024
1 parent ce8107d commit db3561e
Showing 1 changed file with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand All @@ -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,
Expand Down

0 comments on commit db3561e

Please sign in to comment.