Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellenn-A committed Nov 19, 2024
1 parent b3d4f57 commit 6ce4a5e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/testcontainers/testcontainersSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -413,14 +413,8 @@ export async function veritableUIContainer(network: StartedNetwork, env: Veritab
} = env
const base = await GenericContainer.fromDockerfile('./').withTarget('test').build()

// Commented out is for logs from containers
const veritableUIContainer = await base
.withName(containerName)
// .withLogConsumer((stream) => {
// stream.on('data', (line) => console.log(line))
// stream.on('err', (line) => console.error(line))
// stream.on('end', () => console.log('Stream closed'))
// })
.withExposedPorts({
container: containerPort,
host: hostPort,
Expand Down

0 comments on commit 6ce4a5e

Please sign in to comment.