Log global
This commit is contained in:
parent
d871492187
commit
fb9657872b
|
@ -28,6 +28,8 @@ function overrideConfigValue(key: string, value: string) {
|
||||||
|
|
||||||
const globalSafe = global as any
|
const globalSafe = global as any
|
||||||
|
|
||||||
|
console.log(global)
|
||||||
|
|
||||||
overrideConfigValue(
|
overrideConfigValue(
|
||||||
"COUCH_DB_PORT",
|
"COUCH_DB_PORT",
|
||||||
globalSafe["__TESTCONTAINERS_COUCHDB-SERVICE-1_PORT_5984__"]
|
globalSafe["__TESTCONTAINERS_COUCHDB-SERVICE-1_PORT_5984__"]
|
||||||
|
|
Loading…
Reference in New Issue