From c259a0e93660949d25ae230cc97eeb7fe82c4261 Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Mon, 10 Oct 2022 15:13:51 +0800 Subject: [PATCH] style: we don't use periods in single-line shell comments --- utils/generateReadme.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/utils/generateReadme.ts b/utils/generateReadme.ts index 2e853bb5..58ecf701 100644 --- a/utils/generateReadme.ts +++ b/utils/generateReadme.ts @@ -103,13 +103,13 @@ ${getCommand(packageManager, 'test:e2e')} # or \`${getCommand( # Install browsers for the first run npx playwright install -# Runs the end-to-end tests. +# Runs the end-to-end tests ${getCommand(packageManager, 'test:e2e')} -# Runs the tests only on Chromium. +# Runs the tests only on Chromium ${getCommand(packageManager, 'test:e2e -- --project=chromium')} -# Runs the tests of a specific file. +# Runs the tests of a specific file ${getCommand(packageManager, 'test:e2e -- tests/example.spec.ts')} -# Runs the tests in debug mode. +# Runs the tests in debug mode ${getCommand(packageManager, 'test:e2e -- --debug')} \`\`\` ` -- 2.39.5