Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
edlu77 committed Feb 2, 2024
1 parent 3c6b5b6 commit 51ac298
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ import { NgxsDataPluginModule } from '@angular-ru/ngxs';
import { TestBed } from '@angular/core/testing';
import { NgxsModule, Store } from '@ngxs/store';
import { GlobalConfigState } from 'ccf-shared';
import { lastValueFrom, Observable, of } from 'rxjs';
import { Observable, lastValueFrom, of } from 'rxjs';
import { take } from 'rxjs/operators';

import { HttpClientTestingModule } from '@angular/common/http/testing';
import { PageState } from '../page/page.state';
import { ReferenceDataState } from '../reference-data/reference-data.state';
import { RegistrationState } from '../registration/registration.state';
Expand All @@ -24,6 +25,7 @@ describe('AnatomicalStructureTagsState', () => {
beforeEach(() => {
TestBed.configureTestingModule({
imports: [
HttpClientTestingModule,
NgxsDataPluginModule.forRoot(),
NgxsModule.forRoot([AnatomicalStructureTagState, SceneState, ModelState, GlobalConfigState])
],
Expand Down

0 comments on commit 51ac298

Please sign in to comment.