mol_crypto_lib 0.1.1751 → 0.1.1752

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 CHANGED
@@ -4419,7 +4419,7 @@ var $;
4419
4419
  finally {
4420
4420
  $.$mol_fail = fail;
4421
4421
  }
4422
- $mol_fail(new Error('Not failed'));
4422
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
4423
4423
  }
4424
4424
  $.$mol_assert_fail = $mol_assert_fail;
4425
4425
  function $mol_assert_like(...args) {