Remove check now covered by dependency - #215
Conversation
Codecov Report
@@ Coverage Diff @@
## master #215 +/- ##
==========================================
+ Coverage 80.53% 80.70% +0.17%
==========================================
Files 11 11
Lines 822 819 -3
Branches 252 251 -1
==========================================
- Hits 662 661 -1
+ Misses 69 68 -1
+ Partials 91 90 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
@cjbarth your comment in that closed PR
Remember that That test will fail if xmldom is not causing that error what test is expecting. Error is thrown over here https://github.com/node-saml/node-saml/blob/master/src/xml.ts#L190 (and it is best that node-saml is not "translating" those xmldom errors to our own versions) |
Description
After a security fix was made in
@xmldom/xmldom@0.8.5, some code is no longer needed innode-saml; removing.