Skip to content

Commit

Permalink
chore: fix errors in product-configurator lib unit tests (CXSPA-5225) (
Browse files Browse the repository at this point in the history
…#18056)

Co-authored-by: Hakwoo Kim <[email protected]>
  • Loading branch information
kimhw0630 and hakwookim authored Nov 7, 2023
1 parent 40f48d8 commit c28b1b0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { ComponentFixture, TestBed, waitForAsync } from '@angular/core/testing';
import { ReactiveFormsModule } from '@angular/forms';
import { StoreModule } from '@ngrx/store';
import { I18nTestingModule } from '@spartacus/core';
import { FeaturesConfigModule, I18nTestingModule } from '@spartacus/core';
import { CONFIGURATOR_FEATURE } from '../../../../core/state/configurator-state';
import { getConfiguratorReducers } from '../../../../core/state/reducers';
import { ItemCounterComponent } from '@spartacus/storefront';
Expand Down Expand Up @@ -101,6 +101,7 @@ describe('ConfigAttributeRadioButtonComponent', () => {
ReactiveFormsModule,
StoreModule.forRoot({}),
StoreModule.forFeature(CONFIGURATOR_FEATURE, getConfiguratorReducers),
FeaturesConfigModule,
],
providers: [
ConfiguratorStorefrontUtilsService,
Expand Down

0 comments on commit c28b1b0

Please sign in to comment.