mol_data_all 1.1.1665 → 1.1.1666

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_data_all",
3
- "version": "1.1.1665",
3
+ "version": "1.1.1666",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -1123,8 +1123,6 @@ var $;
1123
1123
  for (let i = 1; i < args.length; ++i) {
1124
1124
  if ($mol_compare_deep(args[0], args[i]))
1125
1125
  continue;
1126
- if (args[0] instanceof $mol_dom_context.Element && args[i] instanceof $mol_dom_context.Element && args[0].outerHTML === args[i].outerHTML)
1127
- continue;
1128
1126
  return $mol_fail(new Error(`Equality assertion failure`, { cause: { 0: args[0], [i]: args[i] } }));
1129
1127
  }
1130
1128
  }