fix: remove verbose mode in integration test + fix jsdoc

This commit is contained in:
zakariaelas
2021-10-14 14:50:28 +01:00
parent dba1d5bb69
commit 36aeb4fffa
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ describe("/admin/orders", () => {
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 () => {