diff --git a/tests/utils/index.ts b/tests/utils/index.ts index 73ad206..22f773f 100644 --- a/tests/utils/index.ts +++ b/tests/utils/index.ts @@ -264,6 +264,7 @@ export const runDockerCompose = async ( reject( new Error(`docker compose down failed with exit code ${code}`) ) + return } resolve() })