tschaub / mock-fs

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

fix: support path input from Buffer on many fs APIs #293

Closed 3cp closed 4 years ago

3cp commented 4 years ago

There is missing support of "path <string> | <Buffer> | <URL>" on many fs APIs.

closes #292

3cp commented 4 years ago

@tschaub something wrong with your travis account? The CI didn't start.

3cp commented 4 years ago

We can move from travis to github actions (which supports win10 and macOS too), if you wanna remove the dependency on travis.

tschaub commented 4 years ago

We can move from travis to github actions (which supports win10 and macOS too), if you wanna remove the dependency on travis.

Good suggestion. Please rebase now that #296 is in.

3cp commented 4 years ago

Passed checks.

tschaub commented 4 years ago

Thanks, @3cp!