Feat: @medusajs/workflows (#4553)

feat: medusa workflows
This commit is contained in:
Carlos R. L. Rodrigues
2023-07-25 10:13:14 -03:00
committed by GitHub
parent ae33f4825f
commit f12299deb1
52 changed files with 1358 additions and 331 deletions

View File

@@ -95,7 +95,7 @@ Object {
"metadata": null,
"option_id": "test-option",
"updated_at": Any<String>,
"value": "Default variant",
"value": Any<String>,
"variant_id": "test-variant",
},
],
@@ -187,7 +187,7 @@ Object {
"metadata": null,
"option_id": Any<String>,
"updated_at": Any<String>,
"value": "Practical",
"value": Any<String>,
"variant_id": Any<String>,
},
],

View File

@@ -225,6 +225,7 @@ describe("/store/variants", () => {
{
created_at: expect.any(String),
updated_at: expect.any(String),
value: expect.any(String),
},
],
prices: [
@@ -361,6 +362,7 @@ describe("/store/variants", () => {
id: expect.any(String),
option_id: expect.any(String),
variant_id: expect.any(String),
value: expect.any(String),
},
],
prices: [