feat: Add list cart option typings, make region optional on update cart (#7455)

This commit is contained in:
Stevche Radevski
2024-05-27 09:37:10 +02:00
committed by GitHub
parent 3b93bc9f55
commit 28a3f9a3df
9 changed files with 60 additions and 12 deletions

View File

@@ -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" }),
},
}),
])
})