fix: base tsconfig (#9309)

* fix: base tsconfig

* WIP

* wi[]

* update integration typescript version

* update lock file

* fix deps

* fix medusa tests runner
This commit is contained in:
Adrien de Peretti
2024-09-25 16:31:57 +02:00
committed by GitHub
parent 6e5d007837
commit ae320ac73f
9 changed files with 30 additions and 20 deletions
@@ -37,7 +37,6 @@ export function medusaIntegrationTestRunner({
moduleName,
dbName,
medusaConfigFile,
loadApplication,
schema = "public",
env = {},
debug = false,
@@ -48,7 +47,6 @@ export function medusaIntegrationTestRunner({
env?: Record<string, any>
dbName?: string
medusaConfigFile?: string
loadApplication?: boolean
schema?: string
debug?: boolean
inApp?: boolean
@@ -133,9 +131,7 @@ export function medusaIntegrationTestRunner({
let serverShutdownRes: () => any
let portRes: number
if (loadApplication) {
loadedApplication = await appLoader.load()
}
loadedApplication = await appLoader.load()
try {
const {