mol_tree2 1.0.1329 → 1.0.1330
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
|
@@ -2800,7 +2800,7 @@ var $;
|
|
|
2800
2800
|
finally {
|
|
2801
2801
|
$.$mol_fail = fail;
|
|
2802
2802
|
}
|
|
2803
|
-
$mol_fail(new Error('Not failed'));
|
|
2803
|
+
$mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
|
|
2804
2804
|
}
|
|
2805
2805
|
$.$mol_assert_fail = $mol_assert_fail;
|
|
2806
2806
|
function $mol_assert_like(...args) {
|