Closed nkint closed 8 years ago
If you can provide a simple example that demonstrates your problem, that will make it easier for someone to reproduce any issue you are seeing.
Please reopen with additional detail (e.g. sample code that reproduces your problem) if you can reproduce this with the latest release.
Hi! I'm using
mock-fs
in some tests but I'm not able to executerimraf
(its callback is never called).This is very annoying because it seems to be a side effect: also without using
mock-fs
explicitly, just requiring it brokes myrimraf
code.How can I do it?