chore: Cleanup medusa test utils (#7464)
* chore: Cleanup medusa test utils * update yarn * cleanup * fix key * cleanup * fixes * fixes * fixes * fixes * fix runners * fix bootstrap * naming * Improve runners options * Improve runners options * Improve runners options * cleanup * fix tests
This commit is contained in:
committed by
GitHub
parent
ab2e8fcd45
commit
e275e01d85
@@ -5,11 +5,10 @@ import { IProductModuleService } from "@medusajs/types"
|
||||
jest.setTimeout(30000)
|
||||
|
||||
medusaIntegrationTestRunner({
|
||||
force_modules_migration: true,
|
||||
testSuite: ({ dbConnection }) => {
|
||||
testSuite: ({ dbConfig: { clientUrl } }) => {
|
||||
describe("Standalone Modules", () => {
|
||||
beforeAll(async () => {
|
||||
process.env.POSTGRES_URL = dbConnection.manager.connection.options.url
|
||||
process.env.POSTGRES_URL = clientUrl
|
||||
})
|
||||
|
||||
afterAll(async () => {
|
||||
|
||||
Reference in New Issue
Block a user