We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9c0065 commit d4a6d02Copy full SHA for d4a6d02
packages/neo4j-driver/test/internal/shared-neo4j.js
@@ -21,7 +21,6 @@ import Neo4jContainer from './neo4j-container'
21
22
const env = global.__karma__ ? global.__karma__.config.env : process.env
23
24
-console.error(env)
25
const username = env.TEST_NEO4J_USER || 'neo4j'
26
const password = env.TEST_NEO4J_PASS || 'password'
27
const hostname = env.TEST_NEO4J_HOST || 'localhost'
0 commit comments