mol_conform 0.0.196 → 0.0.198

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
@@ -3199,7 +3199,7 @@ var $;
3199
3199
  finally {
3200
3200
  $.$mol_fail = fail;
3201
3201
  }
3202
- $mol_fail(new Error('Not failed'));
3202
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
3203
3203
  }
3204
3204
  $.$mol_assert_fail = $mol_assert_fail;
3205
3205
  function $mol_assert_like(...args) {