From b9773c2c339f04156cf35c2e7df4718285906e83 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Thu, 17 Apr 2025 10:17:15 +0000 Subject: [PATCH] style: fix linting issues met Prettier --- frontend/tests/setup-backend.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/tests/setup-backend.ts b/frontend/tests/setup-backend.ts index c40f88c6..36671088 100644 --- a/frontend/tests/setup-backend.ts +++ b/frontend/tests/setup-backend.ts @@ -37,6 +37,6 @@ export async function teardown(): Promise { spawn("docker", ["compose", "down"], { cwd: "..", - stdio: "inherit" + stdio: "inherit", }); }