mol_jsx_lib 0.0.1535 → 0.0.1537

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mol_jsx_lib",
3
- "version": "0.0.1535",
3
+ "version": "0.0.1537",
4
4
  "exports": {
5
5
  "node": {
6
6
  "import": "./node.mjs",
package/web.test.js CHANGED
@@ -142,7 +142,7 @@ var $;
142
142
  finally {
143
143
  $.$mol_fail = fail;
144
144
  }
145
- $mol_fail(new Error('Not failed'));
145
+ $mol_fail(new Error('Not failed', { cause: { expect: ErrorRight } }));
146
146
  }
147
147
  $.$mol_assert_fail = $mol_assert_fail;
148
148
  function $mol_assert_like(...args) {