jspm / npm

NPM Location Service
19 stars 34 forks source link

Fix unit test by mocha package upgrades #162

Closed xemle closed 7 years ago

xemle commented 7 years ago

The commit upgrades mocha and its testing dependencies to run with node >= 6.4.0.

As noted in node-mitm@1.3.2, node.js 6.4.0 updates its buffer encoding. The testing dependencies unexpected-mitm needed an upgrade to fix type error running unit tests.

guybedford commented 7 years ago

Thanks a lot!