mol_plot_all 1.2.1639 → 1.2.1641
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
|
@@ -7909,7 +7909,7 @@ var $;
|
|
|
7909
7909
|
finally {
|
|
7910
7910
|
$.$mol_fail = fail;
|
|
7911
7911
|
}
|
|
7912
|
-
$mol_fail(new Error('Not failed'));
|
|
7912
|
+
$mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
|
|
7913
7913
|
}
|
|
7914
7914
|
$.$mol_assert_fail = $mol_assert_fail;
|
|
7915
7915
|
function $mol_assert_like(...args) {
|