Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
Update mocks
Browse files Browse the repository at this point in the history
  • Loading branch information
mikejolley committed Jan 25, 2023
1 parent 125b4c0 commit f998874
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assets/js/base/context/hooks/cart/test/use-store-cart.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ describe( 'useStoreCart', () => {
extensions: {},
errors: [],
receiveCart: undefined,
receiveCartContents: undefined,
paymentRequirements: [],
};
const mockCartTotals = {
Expand Down Expand Up @@ -130,6 +131,7 @@ describe( 'useStoreCart', () => {
isLoadingRates: false,
cartHasCalculatedShipping: true,
receiveCart: undefined,
receiveCartContents: undefined,
paymentRequirements: [],
};

Expand Down

0 comments on commit f998874

Please sign in to comment.