feat(medusa): Module Resolution API (#2597)

This commit is contained in:
Oliver Windall Juhl
2022-11-20 22:01:46 +01:00
committed by GitHub
parent e09f6e8a1e
commit d7997ef256
20 changed files with 209 additions and 21 deletions

View File

@@ -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 [

View File

@@ -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),