Skip to content

Commit c259a0e

Browse files
committed
style: we don't use periods in single-line shell comments
1 parent 7ccb2e6 commit c259a0e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: utils/generateReadme.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,13 +103,13 @@ ${getCommand(packageManager, 'test:e2e')} # or \`${getCommand(
103103
# Install browsers for the first run
104104
npx playwright install
105105
106-
# Runs the end-to-end tests.
106+
# Runs the end-to-end tests
107107
${getCommand(packageManager, 'test:e2e')}
108-
# Runs the tests only on Chromium.
108+
# Runs the tests only on Chromium
109109
${getCommand(packageManager, 'test:e2e -- --project=chromium')}
110-
# Runs the tests of a specific file.
110+
# Runs the tests of a specific file
111111
${getCommand(packageManager, 'test:e2e -- tests/example.spec.ts')}
112-
# Runs the tests in debug mode.
112+
# Runs the tests in debug mode
113113
${getCommand(packageManager, 'test:e2e -- --debug')}
114114
\`\`\`
115115
`

0 commit comments

Comments
 (0)