fix(medusa): Order by using joins and pagination (#5990)

This commit is contained in:
Adrien de Peretti
2024-01-07 13:58:30 +01:00
committed by GitHub
parent b57ad67d2f
commit 47be2ad723
4 changed files with 80 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ const adminReqConfig = {
},
}
jest.setTimeout(50000)
jest.setTimeout(60000)
describe("sales channels", () => {
let medusaProcess