-
Notifications
You must be signed in to change notification settings - Fork 281
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase code coverage in botbuilder library - InspectionMiddleware class #2541
Increase code coverage in botbuilder library - InspectionMiddleware class #2541
Conversation
Awesome increase in coverage! ty! |
@EricDahlvang We just finished applying the feedback. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please see comment
@stevengum We just pushed the changes. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for applying the PR feedback!
Addresses #2432
Description
This PR adds unit tests for the InspectionMiddleware class, these tests were added in the inspectionMiddleware.test.js file, increasing code coverage from 81% to 99%.
Testing
In the images below are new tests and the total class coverage.