Add more logs
This commit is contained in:
parent
fb9657872b
commit
9536111811
|
@ -2,6 +2,8 @@ import env from "../src/environment"
|
|||
|
||||
const globalSafe = global as any
|
||||
|
||||
console.log(global)
|
||||
|
||||
env._set(
|
||||
"COUCH_DB_PORT",
|
||||
globalSafe["__TESTCONTAINERS_COUCHDB-SERVICE-1_PORT_5984__"]
|
||||
|
|
|
@ -19,6 +19,8 @@ function overrideConfigValue(key: string, value: string) {
|
|||
|
||||
const globalSafe = global as any
|
||||
|
||||
console.log(global)
|
||||
|
||||
overrideConfigValue(
|
||||
"COUCH_DB_PORT",
|
||||
globalSafe["__TESTCONTAINERS_COUCHDB-SERVICE-1_PORT_5984__"]
|
||||
|
|
Loading…
Reference in New Issue