fix: cleanup

This commit is contained in:
Sebastian Rindom
2021-10-19 19:16:47 +02:00
parent 06f5fe2670
commit 5441d47f88
6 changed files with 120 additions and 54 deletions

View File

@@ -30,7 +30,7 @@ describe("/store/carts", () => {
const cwd = path.resolve(path.join(__dirname, "..", ".."))
try {
dbConnection = await initDb({ cwd })
medusaProcess = await setupServer({ cwd, verbose: true })
medusaProcess = await setupServer({ cwd })
} catch (error) {
console.log(error)
}
@@ -745,7 +745,7 @@ describe("/store/carts", () => {
})
})
describe.only("shipping address + region updates", () => {
describe("shipping address + region updates", () => {
beforeEach(async () => {
try {
await cartSeeder(dbConnection)