mol_time_all 1.1.1613 → 1.1.1615

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
@@ -3829,7 +3829,7 @@ var $;
3829
3829
  finally {
3830
3830
  $.$mol_fail = fail;
3831
3831
  }
3832
- $mol_fail(new Error('Not failed'));
3832
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
3833
3833
  }
3834
3834
  $.$mol_assert_fail = $mol_assert_fail;
3835
3835
  function $mol_assert_like(...args) {