Skip to content

Commit

Permalink
fix: (CXSPA-8813) B2C button My Store not properly styled
Browse files Browse the repository at this point in the history
  • Loading branch information
StanislavSukhanov committed Nov 14, 2024
1 parent 9161c14 commit 81b14a2
Showing 1 changed file with 8 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,14 @@ describe('MyPreferredStoreComponent', () => {
{ provide: StoreFinderFacade, useClass: MockStoreFinderService },
{ provide: CmsService, useClass: MockCmsService },
],
}).overrideModule(FeaturesConfigModule, {
set: {
declarations: [MockFeatureDirective],
exports: [MockFeatureDirective],
},
}).compileComponents();
})
.overrideModule(FeaturesConfigModule, {
set: {
declarations: [MockFeatureDirective],
exports: [MockFeatureDirective],
},
})
.compileComponents();
routingService = TestBed.inject(RoutingService);
});

Expand Down

0 comments on commit 81b14a2

Please sign in to comment.