Changelog
3.6.0
createCwd
and createTmp
options to control the creation of process.cwd()
and os.tmpdir()
directories in the mocked filesystem (see [#72][#72]).Changelog
3.3.0
Changelog
3.0.0
process.cwd()
and process.chdir()
to work with mocked filesystem (thanks @timkendrick, see [#41][#41]).