mol_wire_lib 1.0.255 → 1.0.258

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
@@ -2100,12 +2100,8 @@ var $;
2100
2100
  scheduled = true;
2101
2101
  setTimeout(async () => {
2102
2102
  scheduled = false;
2103
- try {
2104
- await $mol_test_run();
2105
- }
2106
- finally {
2107
- $$.$mol_test_complete();
2108
- }
2103
+ await $mol_test_run();
2104
+ $$.$mol_test_complete();
2109
2105
  }, 0);
2110
2106
  }
2111
2107
  $_1.$mol_test_schedule = $mol_test_schedule;