Skip to content

Commit

Permalink
remove $ from dry run doc
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjgoss committed Jan 15, 2024
1 parent 3d2e036 commit befa36a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/dry_run.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
You can run cucumber-js in "Dry Run" mode:

- In a configuration file `{ dryRun: true }`
- On the CLI `$ cucumber-js --dry-run`
- On the CLI `cucumber-js --dry-run`

The effect is that Cucumber will still do all the aggregation work of looking at your feature files, loading your support code etc but without actually executing the tests. Specifically:

Expand Down

0 comments on commit befa36a

Please sign in to comment.