From: Haoqun Jiang Date: Mon, 10 Oct 2022 07:13:51 +0000 (+0800) Subject: style: we don't use periods in single-line shell comments X-Git-Tag: v3.4.0~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c259a0e93660949d25ae230cc97eeb7fe82c4261;p=thirdparty%2Fvuejs%2Fcreate-vue.git style: we don't use periods in single-line shell comments --- 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')} \`\`\` `