tschaub / mock-fs

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

fix: fix recursive mkdir behavior on existing folder #271

Closed 3cp closed 5 years ago

3cp commented 5 years ago

This fix follows Nodejs behavior that silently passes if a recursive mkdir tries to create an existing folder.

closes #270

3cp commented 5 years ago

could you review this one? @tschaub

tschaub commented 5 years ago

Looks great. Thanks for the fix @3cp.