jprichardson / node-jsonfile

Easily read/write JSON files.
MIT License
1.2k stars 321 forks source link

Fix test for Node.js v6.x #49

Closed kuy closed 8 years ago

kuy commented 8 years ago

This PR fixes #48 failing tests on Node.js v6.x. I didn't understand why rimraf() doesn't call done function. rimraf package passes self tests on Node.js v6.2.1.

jprichardson commented 8 years ago

Great, thanks!