mol_mutable 0.0.1152 → 0.0.1154

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
@@ -3131,7 +3131,7 @@ var $;
3131
3131
  finally {
3132
3132
  $.$mol_fail = fail;
3133
3133
  }
3134
- $mol_fail(new Error('Not failed'));
3134
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
3135
3135
  }
3136
3136
  $.$mol_assert_fail = $mol_assert_fail;
3137
3137
  function $mol_assert_like(...args) {