-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
test: remove old and redundant test cases related to 3rd party code #4131
Conversation
@@ -115,50 +104,4 @@ describe("Server", () => { | |||
utilSpy.mockRestore(); | |||
}); | |||
}); | |||
|
|||
// issue: https://github.com/webpack/webpack-dev-server/issues/1724 | |||
describe("express.static.mime.types", () => { |
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.
it("add decorateConnection", () => { | ||
expect(typeof sockjs.Session.prototype.decorateConnection).toEqual( | ||
"function" | ||
); | ||
}); |
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.
3rd party code
Codecov Report
@@ Coverage Diff @@
## master #4131 +/- ##
==========================================
+ Coverage 92.28% 92.41% +0.12%
==========================================
Files 14 14
Lines 1543 1543
Branches 590 590
==========================================
+ Hits 1424 1426 +2
+ Misses 110 108 -2
Partials 9 9
Continue to review full report at Codecov.
|
For Bugs and Features; did you add new tests?
Motivation / Use-Case
remove redundant test cases related to 3rd party code.
Breaking Changes
None
Additional Info
No