tschaub / mock-fs

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

CopyFileSync fs-extra is not a function #228

Closed ZeroX-DG closed 6 years ago

ZeroX-DG commented 6 years ago

Hi @tschaub, Thanks for the great package. I encountered some strange error today when I try to use fs-extra to copy file (copyFileSync function). The exception throwed by copyFileSync was:

TypeError: _fsExtra2.default.copyFileSync is not a function

I have no idea why this happened, please help.

ZeroX-DG commented 6 years ago

Oh I'm really sorry, the function name should be copySync not copyFileSync.