fix: tests

This commit is contained in:
Sebastian Rindom
2021-10-15 20:00:27 +02:00
parent 690cdd2392
commit fe34ab5976
2 changed files with 1 additions and 15 deletions
@@ -16,7 +16,7 @@ describe("/store/shipping-options", () => {
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 () => {