mol_wire_lib 1.0.1619 → 1.0.1621
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 +646 -629
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +0 -2
- package/web.test.js.map +1 -1
package/package.json
CHANGED
package/web.test.js
CHANGED
|
@@ -894,8 +894,6 @@ var $;
|
|
|
894
894
|
for (let i = 1; i < args.length; ++i) {
|
|
895
895
|
if ($mol_compare_deep(args[0], args[i]))
|
|
896
896
|
continue;
|
|
897
|
-
if (args[0] instanceof $mol_dom_context.Element && args[i] instanceof $mol_dom_context.Element && args[0].outerHTML === args[i].outerHTML)
|
|
898
|
-
continue;
|
|
899
897
|
return $mol_fail(new Error(`Equality assertion failure`, { cause: { 0: args[0], [i]: args[i] } }));
|
|
900
898
|
}
|
|
901
899
|
}
|