feat(medusa): Improve prices flow (#3703)

This commit is contained in:
Adrien de Peretti
2023-05-18 08:55:28 +02:00
committed by GitHub
parent 186b7d2773
commit ed382f2ee5
26 changed files with 1079 additions and 780 deletions

View File

@@ -33,7 +33,7 @@ const {
simpleCustomerGroupFactory,
} = require("../../../factories/simple-customer-group-factory")
jest.setTimeout(30000)
jest.setTimeout(3000000)
describe("/store/carts", () => {
let medusaProcess