fix: include shipping profile and requirement relations when fetching custom shipping options

This commit is contained in:
zakariaelas
2021-10-15 15:01:23 +01:00
parent f7c765945b
commit 569595d0bb
4 changed files with 72 additions and 23 deletions

View File

@@ -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 })
medusaProcess = await setupServer({ cwd, verbose: true })
})
afterAll(async () => {