]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
style: we don't use periods in single-line shell comments
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 10 Oct 2022 07:13:51 +0000 (15:13 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 10 Oct 2022 07:13:51 +0000 (15:13 +0800)
utils/generateReadme.ts

index 2e853bb5e14c6bd72b675a8983cc58d47c7c549b..58ecf701965e46e5d73d4233ba5298f1737a671c 100644 (file)
@@ -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')}
 \`\`\`
 `