jmar777 / suspend

Callback-free control flow for Node using ES6 generators.
547 stars 22 forks source link

fix unit tests on windows #9

Closed helmus closed 11 years ago

helmus commented 11 years ago

This will also make sure unit tests run when mocha is not installed globally

jmar777 commented 11 years ago

Looks good to me. Thanks!

jmar777 commented 11 years ago

Hey man - I just did some refactoring of test/run.js to shorten it up a bit. Any chance you'd be able to verify that I didn't bork things for Windows again? Thanks!

jmar777 commented 11 years ago

Nvm, turns out I did break it, but was able to fix it with the help of a coworker who was running Windows.

helmus commented 11 years ago

Seems like it's still broken. I'm looking into it

jmar777 commented 11 years ago

@helmus What version of windows and node are you running? Could you share the output from npm test?

helmus commented 11 years ago

@jmar777 The failure was only local to my machine, see the PR for more info.