negativetwelve / jest-plugins

Adds plugins feature to jest for easily adding extensions.
MIT License
107 stars 6 forks source link

[jest-plugin-fs] Sometimes can't use console.log within tests because of file mocking #63

Closed negativetwelve closed 7 years ago

negativetwelve commented 7 years ago

Description

Error: ENOENT, no such file or directory '/projects/jest-plugins/node_modules/jest-util/node_modules'

when trying to debug with console.log. Removing the fs.mock will fix this issue. Something is being required later on

Screenshot

Test Plan