tschaub / mock-fs

Configurable mock for the fs module
https://npmjs.org/package/mock-fs
Other
911 stars 86 forks source link

Add support for fs.mkdtemp and fs.mkdtempSync #207

Closed tschaub closed 7 years ago

tschaub commented 7 years ago

This adds a binding.mkdtemp() method.

Fixes #205.