mam 1.11.797 → 1.11.799
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/node.test.js +7 -2
- package/node.test.js.map +1 -1
- package/package.json +1 -1
package/node.test.js
CHANGED
|
@@ -8775,8 +8775,6 @@ var $;
|
|
|
8775
8775
|
for (let i = 1; i < args.length; ++i) {
|
|
8776
8776
|
if ($mol_compare_deep(args[0], args[i]))
|
|
8777
8777
|
continue;
|
|
8778
|
-
if (args[0] instanceof $mol_dom_context.Element && args[i] instanceof $mol_dom_context.Element && args[0].outerHTML === args[i].outerHTML)
|
|
8779
|
-
continue;
|
|
8780
8778
|
return $mol_fail(new Error(`Equality assertion failure`, { cause: { 0: args[0], [i]: args[i] } }));
|
|
8781
8779
|
}
|
|
8782
8780
|
}
|
|
@@ -16168,5 +16166,12 @@ var $;
|
|
|
16168
16166
|
});
|
|
16169
16167
|
})($ || ($ = {}));
|
|
16170
16168
|
|
|
16169
|
+
;
|
|
16170
|
+
"use strict";
|
|
16171
|
+
var $;
|
|
16172
|
+
(function ($) {
|
|
16173
|
+
$.$mol_build.start = () => { };
|
|
16174
|
+
})($ || ($ = {}));
|
|
16175
|
+
|
|
16171
16176
|
|
|
16172
16177
|
//# sourceMappingURL=node.test.js.map
|