Skip to content

Commit

Permalink
Fix mock path
Browse files Browse the repository at this point in the history
  • Loading branch information
chihsuan committed May 15, 2023
1 parent 1e628be commit 81fcbee
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ jest.mock( '@woocommerce/components', () => ( {
),
} ) );
jest.mock(
'../../tasks/fills/PaymentGatewaySuggestions/components/WCPay',
'../../task-lists/fills/PaymentGatewaySuggestions/components/WCPay',
() => ( {
isWCPaySupported: jest.fn(),
} )
Expand Down

0 comments on commit 81fcbee

Please sign in to comment.