| commit | 8c4636270be67625cc27ce356f6da1a11e245069 | [log] [tgz] |
|---|---|---|
| author | Autoformatter <bot@sketch.dev> | Fri May 16 21:54:17 2025 +0000 |
| committer | Autoformatter <bot@sketch.dev> | Fri May 16 21:54:17 2025 +0000 |
| tree | f6a4db58f1eb71033410150daa7290d4e41aca0a | |
| parent | 5e3570280bf3bb0f84482ff9556739d34eb08093 [diff] [blame] |
all: fix formatting
diff --git a/webui/playwright-ct.config.ts b/webui/playwright-ct.config.ts index 4dc1982..7875954 100644 --- a/webui/playwright-ct.config.ts +++ b/webui/playwright-ct.config.ts
@@ -51,6 +51,6 @@ function getReporterConfig(): PlaywrightTestConfig["reporter"] { // Sketch does not understand the junit failure reporting very well. - + return [["html", { open: "never" }]]; }