jmm / pathmodify

In a nutshell, rewrite (AKA alias, map) `require()` IDs / paths / directories to different values in browserify.
MIT License
27 stars 1 forks source link

couldn't get all tests to pass locally #9

Closed dey-dey closed 8 years ago

dey-dey commented 8 years ago
screen shot 2015-12-19 at 5 06 54 pm
jmm commented 8 years ago

@daedelus-j Thanks for the report. Hmm, that's weird -- it seems like something's going wrong with the sinon.spy() calls. What is your OS, and versions of Node / npm? Could you try rm -r node_modules && npm i && npm test? Currently all tests are passing for me after doing that with Ubuntu 12 and node@4.21 / npm@2.14.7 or node@5.0.0 / npm@3.3.12.

jmm commented 8 years ago

If this is still a problem please open a new issue with more info. Thanks!