Skip to content

Commit

Permalink
Update webui/react/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ashton G. <ashton.galloway@hpe.com>
  • Loading branch information
JComins000 and ashtonG authored Aug 5, 2024
1 parent 4326345 commit 66e94fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webui/react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,11 @@ To skip the interactive mode and run all unit tests.
npm run test -- --watchAll=false
```

For codecov
To generate a code coverage report

```sh
npm run test -- --ui --coverage --changed
```
npm run test:coverage
```sh
## Deployment
Expand Down

0 comments on commit 66e94fa

Please sign in to comment.