File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yarn" ,
3
3
"installationMethod" : " unknown" ,
4
- "version" : " 1.6.0-0 " ,
4
+ "version" : " 1.6.0" ,
5
5
"license" : " BSD-2-Clause" ,
6
6
"preferGlobal" : true ,
7
7
"description" : " 📦🐈 Fast, reliable, and secure dependency management." ,
120
120
"commit" : " git-cz"
121
121
},
122
122
"jest" : {
123
- "collectCoverageFrom" : [" src/**/*.js" ],
123
+ "collectCoverageFrom" : [
124
+ " src/**/*.js"
125
+ ],
124
126
"testEnvironment" : " node" ,
125
- "modulePathIgnorePatterns" : [" __tests__/fixtures/" , " packages/pkg-tests/pkg-tests-fixtures" ],
127
+ "modulePathIgnorePatterns" : [
128
+ " __tests__/fixtures/" ,
129
+ " packages/pkg-tests/pkg-tests-fixtures"
130
+ ],
126
131
"testPathIgnorePatterns" : [
127
132
" __tests__/(fixtures|__mocks__)/" ,
128
133
" updates/" ,
You can’t perform that action at this time.
0 commit comments