Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskmnds committed Nov 20, 2024
1 parent 13da6bf commit 202d35a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions client/my-sites/plans-features-main/test/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jest.mock( '@automattic/data-stores', () => ( {
jest.mock( 'calypso/components/data/query-active-promotions', () => jest.fn() );
jest.mock( 'calypso/components/data/query-products-list', () => jest.fn() );

jest.mock( '../hooks/experiments/use-longer-plan-term-default-experiment', () => () => ( {
isLoadingExperiment: false,
} ) );

import {
PLAN_FREE,
PLAN_BUSINESS_MONTHLY,
Expand Down

0 comments on commit 202d35a

Please sign in to comment.