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
/
.eslintrc.js
11 lines
(10 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { extends: [
'airbnb'
], rules: {
'linebreak-style'
: [
'error'
,
'windows'
],
'no-console'
:
'off'
, }, env: { jest:
true
, }, };