File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 55 "url" : " http://gajus.com"
66 },
77 "dependencies" : {
8- "comment-parser" : " 1.1.1 " ,
8+ "comment-parser" : " 1.1.2 " ,
99 "debug" : " ^4.3.1" ,
1010 "jsdoctypeparser" : " ^9.0.0" ,
1111 "lodash" : " ^4.17.20" ,
Original file line number Diff line number Diff line change @@ -168,5 +168,19 @@ export default {
168168 */
169169 ` ,
170170 } ,
171+ {
172+ code : `
173+ /**
174+ * Checks if the XML document sort of equals another XML document.
175+ * @param {Object} obj The other object.
176+ * @param {{includeWhiteSpace: (boolean|undefined),
177+ * ignoreElementOrder: (boolean|undefined)}} [options] The options.
178+ * @return {expect.Assertion} The assertion.
179+ */
180+ expect.Assertion.prototype.xmleql = function (obj, options) {
181+ }
182+ ` ,
183+ ignoreReadme : true ,
184+ } ,
171185 ] ,
172186} ;
You can’t perform that action at this time.
0 commit comments