Skip to content

Commit

Permalink
feat: #49 (composable) fix useBilling test
Browse files Browse the repository at this point in the history
  • Loading branch information
Baroshem committed Aug 24, 2021
1 parent 22c1bbf commit d8e02ce
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ describe('[vendure-composables] useBilling', () => {
const response = await load(context, {});

expect(response).toBe(loadedBillingAddress);
expect(context.cart.load).not.toHaveBeenCalled();
});

it('saves billing details, updates cart and returns billing details', async () => {
Expand Down

0 comments on commit d8e02ce

Please sign in to comment.