feat(medusa): Module Resolution API (#2597)
This commit is contained in:
committed by
GitHub
parent
e09f6e8a1e
commit
d7997ef256
@@ -131,6 +131,7 @@ Object {
|
||||
"id": Any<String>,
|
||||
"invite_link_template": null,
|
||||
"metadata": null,
|
||||
"modules": Any<Array>,
|
||||
"name": "Medusa Store",
|
||||
"payment_link_template": null,
|
||||
"payment_providers": Array [
|
||||
|
||||
@@ -52,6 +52,7 @@ describe("/admin/store", () => {
|
||||
code: "usd",
|
||||
},
|
||||
],
|
||||
modules: expect.any(Array),
|
||||
feature_flags: expect.any(Array),
|
||||
default_currency_code: "usd",
|
||||
created_at: expect.any(String),
|
||||
|
||||
Reference in New Issue
Block a user