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:
Adrien de Peretti
2023-02-20 12:45:05 +01:00
committed by GitHub
parent 13c200ad2f
commit 46547f29c7
4 changed files with 66 additions and 48 deletions

View File

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