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 1b0bed9 commit f5231e1Copy full SHA for f5231e1
packages/testcontainers/src/wait-strategies/log-wait-strategy.ts
@@ -1,10 +1,10 @@
1
+import byline from "byline";
2
import Dockerode from "dockerode";
3
import { setTimeout } from "timers/promises";
4
import { log } from "../common";
5
import { getContainerRuntimeClient } from "../container-runtime";
6
import { BoundPorts } from "../utils/bound-ports";
7
import { AbstractWaitStrategy } from "./wait-strategy";
-import byline from "byline";
8
9
export type Log = string;
10
0 commit comments