feat: add ports to code

This commit is contained in:
2024-07-19 19:39:26 +02:00
parent 94b93a3a23
commit dfbfa900e1
5 changed files with 97 additions and 13 deletions

View File

@@ -18,11 +18,11 @@
* ```
*/
import delay from "delay";
import getPort from "port";
import psql, { type Sql } from "postgres";
import { delay } from "std/async/delay.ts";
import type { Container } from "../docker/libraries/container.ts";
import getPort from "../docker/libraries/port.ts";
import { docker } from "../mod.ts";
export class PostgresTestContainer {