Skip to content

Commit

Permalink
feat: fixed error in order client plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
dalyathan committed Sep 22, 2023
1 parent 48f9f08 commit 1bc6a6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ describe('Vendure order client', () => {
additionalOrderFields
);
expect(client).toBeInstanceOf(VendureOrderClient);
expect(client.$activeOrder).toBeUndefined();
expect(client.$activeOrder?.value).toBeUndefined();
expect(client.eventBus).toBeDefined();
client.eventBus.on(
'*',
Expand Down

0 comments on commit 1bc6a6f

Please sign in to comment.