mol_wire_dom 0.0.1244 → 0.0.1245

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
@@ -3634,7 +3634,7 @@ var $;
3634
3634
  .hack({
3635
3635
  'bar': (input, belt) => [input.struct('777', input.hack(belt))],
3636
3636
  });
3637
- $mol_assert_equal(res.toString(), 'foo 777 xxx\n');
3637
+ $mol_assert_equal(res.map(String), ['foo 777 xxx\n']);
3638
3638
  },
3639
3639
  });
3640
3640
  })($ || ($ = {}));