fix: add product count to storefront (#719)

This commit is contained in:
Sebastian Rindom
2021-11-04 15:32:48 +01:00
committed by GitHub
parent 0a65eca3de
commit 45b344fbe1
6 changed files with 49 additions and 46 deletions

View File

@@ -15,7 +15,7 @@ describe("/admin/discounts", () => {
beforeAll(async () => {
const cwd = path.resolve(path.join(__dirname, "..", ".."))
dbConnection = await initDb({ cwd })
medusaProcess = await setupServer({ cwd, verbose: true })
medusaProcess = await setupServer({ cwd })
})
afterAll(async () => {