Skip to content

Commit

Permalink
polish(docs): describe how to toggle code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuuart committed Feb 27, 2024
1 parent 4d65732 commit 8d135de
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ TODO: cleanup and organize
## Testing

Tests should all be in one file. This is to make sure wdio doesn't launch too many browsers in parallel.
You can enable code coverage by specifying `COVERAGE` environment variable to `true`.

```sh
COVERAGE=true pnpm nx test manawave
```

## License

Expand Down

0 comments on commit 8d135de

Please sign in to comment.