docs: fix mikro-orm imports from framework (#13885)
This commit is contained in:
@@ -24,7 +24,7 @@ module.exports = {
|
||||
Then, create the `integration-tests/setup.js` file with the following content:
|
||||
|
||||
```js title="integration-tests/setup.js"
|
||||
const { MetadataStorage } = require("@medusajs/framework/@mikro-orm/core")
|
||||
const { MetadataStorage } = require("@medusajs/framework/mikro-orm/core")
|
||||
|
||||
MetadataStorage.clear()
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user