UNPKG
jest-fs
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.0.1
Node.js fs module mock for Jest unit testing
github.com/leonardomaier/jest-fs
leonardomaier/jest-fs
jest-fs
/
tests
/
__mocks__
/
fs.js
4 lines
(2 loc)
•
62 B
JavaScript
View Raw
1
2
3
4
const
fs
=
require(
'../../jest-fs'
);
module
.
exports
= fs;