File tree Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Expand file tree Collapse file tree 4 files changed +28
-0
lines changed Original file line number Diff line number Diff line change 44
44
},
45
45
"jest" : {
46
46
"collectCoverage" : true ,
47
+ "coverageThreshold" : {
48
+ "global" : {
49
+ "branches" : 56 ,
50
+ "functions" : 68 ,
51
+ "lines" : 73
52
+ }
53
+ },
47
54
"testURL" : " http://localhost" ,
48
55
"testRegex" : " ((\\ .|/)(test|spec))\\ .(jsx?|tsx?)$" ,
49
56
"moduleFileExtensions" : [
Original file line number Diff line number Diff line change 62
62
"collectCoverageFrom" : [
63
63
" src/**/*.ts"
64
64
],
65
+ "coverageThreshold" : {
66
+ "global" : {
67
+ "branches" : 80 ,
68
+ "functions" : 80 ,
69
+ "lines" : 80
70
+ }
71
+ },
65
72
"testRegex" : " (src/__tests__/.*.test.ts)$" ,
66
73
"globals" : {
67
74
"ts-jest" : {
Original file line number Diff line number Diff line change 53
53
"collectCoverageFrom" : [
54
54
" src/**/*.ts"
55
55
],
56
+ "coverageThreshold" : {
57
+ "global" : {
58
+ "branches" : 64 ,
59
+ "functions" : 71 ,
60
+ "lines" : 80
61
+ }
62
+ },
56
63
"moduleFileExtensions" : [
57
64
" ts" ,
58
65
" tsx" ,
Original file line number Diff line number Diff line change 73
73
" <rootDir>/src/polyfills.js"
74
74
],
75
75
"collectCoverage" : true ,
76
+ "coverageThreshold" : {
77
+ "global" : {
78
+ "branches" : 79 ,
79
+ "functions" : 80 ,
80
+ "lines" : 80
81
+ }
82
+ },
76
83
"testURL" : " http://localhost" ,
77
84
"setupFilesAfterEnv" : [
78
85
" <rootDir>/test/test-utils/matchers.ts"
You can’t perform that action at this time.
0 commit comments