Skip to content

Commit

Permalink
Fix option descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jul 20, 2023
1 parent 0a68bd0 commit 7a87801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/server/cli/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ async function getTestRunnerOptions(argv = []) {
{
name: 'manual',
type: Boolean,
description: 'Starts test runner in manual testing mode. Ignores browser options and prints manual testing URL.\n{underline Not compatible with automated browser interactions}\nConsider using --watch to debug in the browser instead',
description: 'Starts test runner in manual testing mode. Ignores browser options and prints manual testing URL.\n{underline Not compatible with automated browser interactions}\nConsider using --watch to debug in the browser instead.',
order: 11
},
{
Expand Down Expand Up @@ -70,7 +70,7 @@ async function getTestRunnerOptions(argv = []) {
{
name: 'golden',
type: Boolean,
description: 'Generate new golden screenshots. Ignored unless group is "vdiff"',
description: 'Generate new golden screenshots. Ignored unless group is "vdiff".',
order: 10
},
{
Expand Down

0 comments on commit 7a87801

Please sign in to comment.