-
-
Notifications
You must be signed in to change notification settings - Fork 621
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
tests: add test for missing packages #2296
Conversation
test/missing-package/webpack-dev-server/missing-webpack-dev-server.test.js
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## master #2296 +/- ##
=======================================
Coverage 68.10% 68.10%
=======================================
Files 52 52
Lines 2060 2060
Branches 507 507
=======================================
Hits 1403 1403
Misses 657 657
Continue to review full report at Codecov.
|
@rishabh3112 Can you rebase? |
Sure, will do tomorrow. |
@rishabh3112 Can you rebase? |
Done @alexander-akait |
Good job! |
What kind of change does this PR introduce?
feature/ tests
Did you add tests for your changes?
yes
If relevant, did you update the documentation?
N/A
Summary
Currently we were not test missing package case, should increase coverage there
Does this PR introduce a breaking change?
No
Other information
No