mol_db 0.0.1665 → 0.0.1666

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
@@ -2529,7 +2529,7 @@ var $;
2529
2529
  finally {
2530
2530
  $.$mol_fail = fail;
2531
2531
  }
2532
- $mol_fail(new Error('Not failed'));
2532
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
2533
2533
  }
2534
2534
  $.$mol_assert_fail = $mol_assert_fail;
2535
2535
  function $mol_assert_like(...args) {