feat: add waitForLog to docker container

This commit is contained in:
2024-07-19 17:13:43 +02:00
parent 82635f71ff
commit 7ee495f879
10 changed files with 1618 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@valkyr/testcontainers",
"version": "1.0.0",
"version": "1.0.1",
"exports": {
"./postgres": "./containers/postgres.ts"
},
@@ -25,6 +25,7 @@
"lineWidth": 120
},
"tasks": {
"lint": "npx eslint -c .eslint/eslint.config.mjs .",
"test": "export ENVIRONMENT=testing && deno test --allow-all --unstable-ffi"
}
}