mol_compare_deep 0.0.1114 → 0.0.1116

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
@@ -1208,7 +1208,7 @@ var $;
1208
1208
  .hack({
1209
1209
  'bar': (input, belt) => [input.struct('777', input.hack(belt))],
1210
1210
  });
1211
- $mol_assert_equal(res.toString(), 'foo 777 xxx\n');
1211
+ $mol_assert_equal(res.map(String), ['foo 777 xxx\n']);
1212
1212
  },
1213
1213
  });
1214
1214
  })($ || ($ = {}));