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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_wire_lib",
3
- "version": "1.0.1619",
3
+ "version": "1.0.1621",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
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
  }