Skip to content

Commit 48d2e67

Browse files
committed
chore: remove extraneous exclamation marks
1 parent 09adc41 commit 48d2e67

File tree

1 file changed

+1
-1
lines changed
  • packages/@vue/cli-plugin-e2e-webdriverio

1 file changed

+1
-1
lines changed

Diff for: packages/@vue/cli-plugin-e2e-webdriverio/prompts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = [
44
{
55
name: 'webdrivers',
66
type: `checkbox`,
7-
message: `Pick browsers to run end-to-end test on!!!!!`,
7+
message: `Pick browsers to run end-to-end test on`,
88
choices: [
99
{
1010
name: `Chrome`,

0 commit comments

Comments
 (0)