XervoIO / demeteorizer

Converts a Meteor app into a standard Node.js application.
http://npm.im/demeteorizer
MIT License
703 stars 59 forks source link

Adjusts tests to work with Windows. #256

Closed fiveisprime closed 7 years ago

fiveisprime commented 7 years ago

process.env.CWD doesn't work as expected on Windows, this changes the tests to use process.cwd() instead.

There are no functional changes, I just needed the tests to pass. :)