mol_compare_deep 0.0.1508 → 0.0.1510
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 +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.test.js +1 -1
- package/web.test.js.map +1 -1
package/node.test.js
CHANGED
|
@@ -566,7 +566,7 @@ var $;
|
|
|
566
566
|
finally {
|
|
567
567
|
$.$mol_fail = fail;
|
|
568
568
|
}
|
|
569
|
-
$mol_fail(new Error('Not failed'));
|
|
569
|
+
$mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
|
|
570
570
|
}
|
|
571
571
|
$.$mol_assert_fail = $mol_assert_fail;
|
|
572
572
|
function $mol_assert_like(...args) {
|