fix: make sure @medusajs/medusa is loaded correctly regardless of integration test suite being run (#1166)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const dbFactory = require("./helpers/use-template-db")
|
||||
const path = require("path")
|
||||
|
||||
module.exports = async () => {
|
||||
await dbFactory.createTemplateDb_()
|
||||
await dbFactory.createTemplateDb_({ cwd: path.resolve(".") })
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user