filer icon indicating copy to clipboard operation
filer copied to clipboard

Add tests for mkdtemp method

Open AlexeiGitH opened this issue 6 years ago • 0 comments

At this moment there are no test for a method fs.mkdtemp(prefix[, options], callback). This method allows to crate a temporary directory with a randomly generated name, or with a name with custom prefix.

I would like to create a new file fs.mkdtemp.spec.js and write a couple test for this method.

AlexeiGitH avatar Sep 17 '18 22:09 AlexeiGitH