Log global
This commit is contained in:
parent
c8c01d8f52
commit
c5a4c751ea
|
@ -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