From 658b5776c5ef5e987bf49ab244380b37e2229ad2 Mon Sep 17 00:00:00 2001 From: "deepsource-autofix[bot]" <62050782+deepsource-autofix[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 01:18:03 +0000 Subject: [PATCH] style: format code with Prettier This commit fixes the style issues introduced in 49c0708 according to the output from Prettier. Details: None --- playwright.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright.config.ts b/playwright.config.ts index a8bcb06..6d9c539 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -1,4 +1,4 @@ // playwright.config.ts module.exports = { - testDir: 'tests', - }; + testDir: "tests", +};