Skip to content

Commit

Permalink
Merge pull request #42 from zowe/test/logger-unit-test
Browse files Browse the repository at this point in the history
Enhance logger unit test for quality + add code coverage checking for CI/CD
  • Loading branch information
1000TurquoisePogs authored Mar 26, 2024
2 parents 6f1d854 + 6a9a477 commit a821be9
Show file tree
Hide file tree
Showing 4 changed files with 4,955 additions and 17 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,10 @@ Copyright Contributors to the Zowe Project.
# zlux-shared
This repository contains Zowe App Framework components that are utilized both by the server and in the web browser, such as the [Logger](https://docs.zowe.org/stable/extend/extend-desktop/mvd-logutility) and HTML parsing code.

## Testing

This repository uses Mocha for unit testing.
1. To install Mocha globally, use `npm install --global mocha`
2. Then `mocha path/to/your/test/file.js`

**To request features or report bugs, please use the issues page at the [zlux repo](https://github.com/zowe/zlux/issues) with the client or server infrastructure tags**
Loading

0 comments on commit a821be9

Please sign in to comment.