feat: Add list cart option typings, make region optional on update cart (#7455)
This commit is contained in:
@@ -325,11 +325,9 @@ medusaIntegrationTestRunner({
|
||||
})
|
||||
|
||||
expect(errors).toEqual([
|
||||
{
|
||||
action: "find-one-or-any-region",
|
||||
handlerType: "invoke",
|
||||
expect.objectContaining({
|
||||
error: expect.objectContaining({ message: "No regions found" }),
|
||||
},
|
||||
}),
|
||||
])
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user