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 f6327ef commit 047e632Copy full SHA for 047e632
packages/modules/postgresql/src/postgresql-container.test.ts
@@ -1,6 +1,5 @@
1
import { Client } from "pg";
2
import { PostgreSqlContainer } from "./postgresql-container";
3
-import { Wait } from "testcontainers";
4
5
describe("PostgreSqlContainer", () => {
6
jest.setTimeout(180_000);
0 commit comments