Skip to content

Commit

Permalink
style: format code with Prettier
Browse files Browse the repository at this point in the history
This commit fixes the style issues introduced in 801e469 according to the output
from Prettier.

Details: None
  • Loading branch information
deepsource-autofix[bot] authored Nov 16, 2023
1 parent 801e469 commit 9e91c07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playwright.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// playwright.config.ts
module.exports = {
testDir: 'tests',
};
testDir: "tests",
};

0 comments on commit 9e91c07

Please sign in to comment.