Skip to content

Commit

Permalink
Update test-runner-coverage.md
Browse files Browse the repository at this point in the history
Remove extra dashes from npm example. If a developer attempts to run as-is, empty coverage reports are generated.
  • Loading branch information
gavhuang authored Nov 7, 2024
1 parent 07ef408 commit dba31de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_snippets/test-runner-coverage.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
```shell renderer="common" language="js" packageManager="npm"
npm run test-storybook -- --coverage
npm run test-storybook --coverage
```

```shell renderer="common" language="js" packageManager="pnpm"
Expand Down

0 comments on commit dba31de

Please sign in to comment.