Thales Caricati

Results 1 comments of Thales Caricati

I have the same problem here, but my problem was when I mocking the `fs` library with the jest. If you are mocking the `fs` lib like this: ``` jest.mock('fs')...