Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Commit b91620f

Browse files
format
1 parent 0dffff6 commit b91620f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const testDir = defineBddConfig({
66
steps: [
77
"tests/**/features/**/*.step.ts",
88
"tests/**/steps/**/*.ts",
9-
"tests/ui/fixtures.ts"
9+
"tests/ui/fixtures.ts",
1010
],
1111
});
1212

0 commit comments

Comments
 (0)