mol_jsx_lib 0.0.1535 → 0.0.1537
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
|
@@ -3425,7 +3425,7 @@ var $;
|
|
|
3425
3425
|
finally {
|
|
3426
3426
|
$.$mol_fail = fail;
|
|
3427
3427
|
}
|
|
3428
|
-
$mol_fail(new Error('Not failed'));
|
|
3428
|
+
$mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
|
|
3429
3429
|
}
|
|
3430
3430
|
$.$mol_assert_fail = $mol_assert_fail;
|
|
3431
3431
|
function $mol_assert_like(...args) {
|