mol_data_all 1.1.1664 → 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/node.test.js +2985 -2968
- 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
|
@@ -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
|
}
|