-
Notifications
You must be signed in to change notification settings - Fork 9
test: increase coverage #11
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
Conversation
james-deepsource
commented
Mar 3, 2022
•
edited
Loading
edited
- Increase test coverage.
- Add jest-websocket-mock lib.
- Enable test-coverage analyzer.
6be6479
to
73a1503
Compare
@yash-deepsource, I've added unit tests for the file sources. Testing |
73a1503
to
728b4fc
Compare
728b4fc
to
eb81e06
Compare
update test descriptions
update test patterns
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.
Setup the test coverage analyzer as well w/ this PR? You will have to use the DS CLI to report the test coverage information back to DS. Ref: https://deepsource.io/docs/analyzer/test-coverage#javascript
Test code LGTM!
set cobertura as the coverage reporter
04d527d
to
5ec9728
Compare
02cbfa4
to
f617554
Compare
leverage jest-websocket-mock
f617554
to
92d84c7
Compare
WS instance
@yash-deepsource PTAL |