tschaub / mock-fs

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

Throw ENOENT in readlink when item is missing #232

Closed deployable closed 6 years ago

deployable commented 6 years ago

Add error code check to readlink failure assertions.

Fixes #231

tschaub commented 6 years ago

Thanks again @deployable.