Demo project for using manual mocking internal node modules for JEST
https://jestjs.io/docs/en/manual-mocks
- fs
- readdirSync
- mkdir
- install jest
- create folder
__mocks__
- add js file library to mock/inspect e.g.
fs
Demo project for using manual mocking internal node modules for JEST
https://jestjs.io/docs/en/manual-mocks
__mocks__
fs