@@ -9,7 +9,7 @@ describe('test coverage', ()=> {
99 it ( 'has coverage summary' , ( ) => {
1010 assert ( badge . includes ( '79%' ) ) ;
1111 assert . includes ( doc , '[data-ice="coverageBadge"]' , './badge.svg' , 'src' ) ;
12- assert . includes ( doc , '[data-ice="totalCoverageCount"]' , '277/347 ' ) ;
12+ assert . includes ( doc , '[data-ice="totalCoverageCount"]' , '278/348 ' ) ;
1313 assert . equal ( doc . find ( '[data-ice="file"] [data-ice="coverage"]' ) . length , 119 ) ;
1414 } ) ;
1515
@@ -120,7 +120,7 @@ describe('test coverage', ()=> {
120120 test ( 'file/src/TrailingComma/Definition.js.html' , '100 %3/3' ) ;
121121 test ( 'file/src/Type/Array.js.html' , '100 %2/2' ) ;
122122 test ( 'file/src/Type/Class.js.html#errorLines=1,9' , '33 %1/3' ) ;
123- test ( 'file/src/Type/Complex.js.html#errorLines=1' , '80 %4/5 ' ) ;
123+ test ( 'file/src/Type/Complex.js.html#errorLines=1' , '83 %5/6 ' ) ;
124124 test ( 'file/src/Type/Default.js.html' , '100 %2/2' ) ;
125125 test ( 'file/src/Type/External.js.html' , '100 %2/2' ) ;
126126 test ( 'file/src/Type/Function.js.html' , '100 %2/2' ) ;
0 commit comments