Skip to content

Commit

Permalink
fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexprudhomme committed Sep 24, 2024
1 parent 408b4ad commit 98efbf2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ describe('CoreCommerceFacet', () => {
describe('#state', () => {
it('#facetId exposes the facetId passed as an option to the controller', () => {
state.commerceFacetSet = {};
options.facetResponseSelector = jest.fn();
options.facetResponseSelector = vi.fn();
expect(facet.state.facetId).toBe(facetId);
});

Expand Down

0 comments on commit 98efbf2

Please sign in to comment.