fix: Addresses breaking change from library class-transformer (#835)

Co-authored-by: Philip Korsholm <philip.korsholm@hotmail.com>
This commit is contained in:
Oliver Windall Juhl
2021-11-22 13:39:38 +01:00
committed by GitHub
co-authored by Philip Korsholm
parent 59761163c2
commit f387b4919f
9 changed files with 183 additions and 690 deletions
@@ -287,7 +287,7 @@ Object {
"created_at": Any<String>,
"currency_code": "usd",
"customer_id": "test-customer",
"display_id": 6,
"display_id": Any<Number>,
"draft_order_id": null,
"email": "test@email.com",
"fulfillment_status": "fulfilled",
@@ -212,6 +212,7 @@ describe("/store/carts", () => {
],
order: {
id: "test-order",
display_id: expect.any(Number),
created_at: expect.any(String),
updated_at: expect.any(String),
},