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 4dc1020 commit ba5f19dCopy full SHA for ba5f19d
1 file changed
dev-packages/node-integration-tests/utils/runner.ts
@@ -79,7 +79,7 @@ interface DockerOptions {
79
* healthcheck reports healthy. Each suite defines its healthcheck in its
80
* own docker-compose.yml.
81
*
82
- * Returns a function that can be called to docker compose down.
+ * Returns a function that can be called to docker compose down
83
*/
84
async function runDockerCompose(options: DockerOptions): Promise<VoidFunction> {
85
const cwd = join(...options.workingDirectory);
0 commit comments