File tree Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Expand file tree Collapse file tree 2 files changed +14
-13
lines changed Original file line number Diff line number Diff line change
1
+ module . exports = {
2
+ coverageReporters : [
3
+ 'lcov' ,
4
+ 'html' ,
5
+ 'json' ,
6
+ ] ,
7
+ coverageDirectory : 'coverage' ,
8
+ testPathIgnorePatterns : [
9
+ '/node_modules/' ,
10
+ 'helper.js' ,
11
+ ] ,
12
+ } ;
Original file line number Diff line number Diff line change 58
58
"url" : " https://github.com/jsx-eslint/jsx-ast-utils"
59
59
},
60
60
"license" : " MIT" ,
61
- "jest" : {
62
- "coverageReporters" : [
63
- " lcov" ,
64
- " html" ,
65
- " json"
66
- ],
67
- "coverageDirectory" : " coverage" ,
68
- "testPathIgnorePatterns" : [
69
- " /node_modules/" ,
70
- " helper.js"
71
- ]
72
- },
73
61
"dependencies" : {
74
62
"array-includes" : " ^3.1.5" ,
75
63
"object.assign" : " ^4.1.2"
76
64
},
77
65
"publishConfig" : {
78
66
"ignore" : [
79
- " .github/workflows"
67
+ " .github/workflows" ,
68
+ " jest.config.js"
80
69
]
81
70
}
82
71
}
You can’t perform that action at this time.
0 commit comments