This repository was archived by the owner on Feb 19, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +35
-35
lines changed
Expand file tree Collapse file tree 1 file changed +35
-35
lines changed Original file line number Diff line number Diff line change 2525 } ,
2626 total : 0
2727 } ) ,
28- Joi . compile ( {
29- filename : path . normalize ( 'FileB.js' ) ,
30- coverage : {
31- 1 : 0 ,
32- 2 : 0
33- } ,
34- total : 0
35- } ) ,
36- Joi . compile ( {
37- filename : path . normalize ( 'FileC.js' ) ,
38- coverage : {
39- 1 : 1 ,
40- 2 : 1 ,
41- 3 : 1 ,
42- 7 : 0
43- } ,
44- total : 75
45- } ) )
28+ Joi . compile ( {
29+ filename : path . normalize ( 'FileB.js' ) ,
30+ coverage : {
31+ 1 : 0 ,
32+ 2 : 0
33+ } ,
34+ total : 0
35+ } ) ,
36+ Joi . compile ( {
37+ filename : path . normalize ( 'FileC.js' ) ,
38+ coverage : {
39+ 1 : 1 ,
40+ 2 : 1 ,
41+ 3 : 1 ,
42+ 7 : 0
43+ } ,
44+ total : 75
45+ } ) )
4646 } ;
4747
4848 return helper . setupMockEndpoint ( '1234' , '4321' , Joi . compile ( expectedCoverage ) )
6868 } ,
6969 total : 0
7070 } ) ,
71- Joi . compile ( {
72- filename : path . normalize ( 'FileC.js' ) ,
73- coverage : {
74- 1 : 1 ,
75- 2 : 1 ,
76- 3 : 1 ,
77- 7 : 0
78- } ,
79- total : 75
80- } ) )
71+ Joi . compile ( {
72+ filename : path . normalize ( 'FileC.js' ) ,
73+ coverage : {
74+ 1 : 1 ,
75+ 2 : 1 ,
76+ 3 : 1 ,
77+ 7 : 0
78+ } ,
79+ total : 75
80+ } ) )
8181 } ;
8282 var expectedCoverageTS = {
8383 total : 40 ,
9191 } ,
9292 total : 50
9393 } ) ,
94- Joi . compile ( {
95- filename : path . normalize ( 'FileB2.ts' ) ,
96- coverage : {
97- 1 : 0
98- } ,
99- total : 0
100- } ) )
94+ Joi . compile ( {
95+ filename : path . normalize ( 'FileB2.ts' ) ,
96+ coverage : {
97+ 1 : 0
98+ } ,
99+ total : 0
100+ } ) )
101101 } ;
102102
103103 return new Promise . all (
You can’t perform that action at this time.
0 commit comments