diff --git a/client/my-sites/plans-features-main/test/index.jsx b/client/my-sites/plans-features-main/test/index.jsx index 8d5dee0df130cd..5cab5d53c6313a 100644 --- a/client/my-sites/plans-features-main/test/index.jsx +++ b/client/my-sites/plans-features-main/test/index.jsx @@ -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,