chore(medusa): Improve store list products (#3252)
* chore(medusa): Improve list products by 46.5 percents * fix handler * todo's * Create tricky-terms-wash.md --------- Co-authored-by: Oliver Windall Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
13c200ad2f
commit
46547f29c7
@@ -475,10 +475,10 @@ describe("/store/products", () => {
|
||||
})
|
||||
|
||||
describe("Product Category filtering", () => {
|
||||
let categoryWithProduct,
|
||||
categoryWithoutProduct,
|
||||
nestedCategoryWithProduct,
|
||||
nested2CategoryWithProduct
|
||||
let categoryWithProduct
|
||||
let categoryWithoutProduct
|
||||
let nestedCategoryWithProduct
|
||||
let nested2CategoryWithProduct
|
||||
const nestedCategoryWithProductId = "nested-category-with-product-id"
|
||||
const nested2CategoryWithProductId = "nested2-category-with-product-id"
|
||||
const categoryWithProductId = "category-with-product-id"
|
||||
|
||||
Reference in New Issue
Block a user