department-of-veterans-affairs/vets-website

View on GitHub
src/applications/virtual-agent/README.md

Summary

Maintainability
Test Coverage
# VA Virtual Agent on vets-website Quick Guide
- To generate an index.html code coverage report for the virtual-agent app
```
yarn test:coverage-app virtual-agent
```
> [!NOTE]
> All tests must pass. You can use it.skip temporarily

- To run all unit tests in a specific file
```
npm run test:unit -- "path to file"
```