feat(medusa,stock-location,inventory): Integration tests (#3149)

This commit is contained in:
Carlos R. L. Rodrigues
2023-02-06 09:02:43 -03:00
committed by GitHub
parent 71fdd28198
commit 923ccece24
17 changed files with 2019 additions and 32 deletions
@@ -28,4 +28,16 @@ module.exports = {
jwt_secret: "test",
cookie_secret: "test",
},
modules: {
stockLocationService: {
scope: "internal",
resources: "shared",
resolve: "@medusajs/stock-location",
},
inventoryService: {
scope: "internal",
resources: "shared",
resolve: "@medusajs/inventory",
},
},
}