Skip to content

Commit ba5f19d

Browse files
committed
.
1 parent 4dc1020 commit ba5f19d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • dev-packages/node-integration-tests/utils

dev-packages/node-integration-tests/utils/runner.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ interface DockerOptions {
7979
* healthcheck reports healthy. Each suite defines its healthcheck in its
8080
* own docker-compose.yml.
8181
*
82-
* Returns a function that can be called to docker compose down.
82+
* Returns a function that can be called to docker compose down
8383
*/
8484
async function runDockerCompose(options: DockerOptions): Promise<VoidFunction> {
8585
const cwd = join(...options.workingDirectory);

0 commit comments

Comments
 (0)