chore(orchestration): modules method context (#9669)

** What **
* Test to check if the MedusaContext is being injected when calling a Module's method
This commit is contained in:
Carlos R. L. Rodrigues
2024-10-18 21:08:06 +00:00
committed by GitHub
parent 8209d936a0
commit 6fa98b6a4d
7 changed files with 132 additions and 4 deletions
@@ -39,6 +39,9 @@ module.exports = {
medusa_v2: enableMedusaV2,
},
modules: {
testingModule: {
resolve: "__tests__/__fixtures__/testing-module",
},
[Modules.AUTH]: {
resolve: "@medusajs/auth",
options: {