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:
@@ -5,14 +5,13 @@ import { medusaIntegrationTestRunner } from "medusa-test-utils/dist"
|
||||
jest.setTimeout(5000000)
|
||||
|
||||
medusaIntegrationTestRunner({
|
||||
force_modules_migration: true,
|
||||
testSuite: ({ dbConnection, getContainer }) => {
|
||||
testSuite: ({ getContainer, dbConfig: { clientUrl } }) => {
|
||||
let DB_URL
|
||||
let container
|
||||
let links
|
||||
|
||||
beforeAll(async () => {
|
||||
DB_URL = dbConnection.manager.connection.options.url
|
||||
DB_URL = clientUrl
|
||||
container = getContainer()
|
||||
|
||||
const linkDefinition: ModuleJoinerConfig[] = [
|
||||
|
||||
Reference in New Issue
Block a user