mol_dump_lib 0.0.960 → 0.0.962

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
@@ -7850,7 +7850,7 @@ var $;
7850
7850
  finally {
7851
7851
  $.$mol_fail = fail;
7852
7852
  }
7853
- $mol_fail(new Error('Not failed'));
7853
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
7854
7854
  }
7855
7855
  $.$mol_assert_fail = $mol_assert_fail;
7856
7856
  function $mol_assert_like(...args) {