@@ -9,8 +9,8 @@ describe('test coverage', ()=> {
9
9
it ( 'has coverage summary' , ( ) => {
10
10
assert ( badge . includes ( '80%' ) ) ;
11
11
assert . includes ( doc , '[data-ice="coverageBadge"]' , './badge.svg' , 'src' ) ;
12
- assert . includes ( doc , '[data-ice="totalCoverageCount"]' , '274/342 ' ) ;
13
- assert . equal ( doc . find ( '[data-ice="file"] [data-ice="coverage"]' ) . length , 118 ) ;
12
+ assert . includes ( doc , '[data-ice="totalCoverageCount"]' , '277/346 ' ) ;
13
+ assert . equal ( doc . find ( '[data-ice="file"] [data-ice="coverage"]' ) . length , 119 ) ;
14
14
} ) ;
15
15
16
16
/* eslint-disable max-statements */
@@ -60,6 +60,7 @@ describe('test coverage', ()=> {
60
60
test ( 'file/src/ExponentiationOperator/Definition.js.html' , '100 %2/2' ) ;
61
61
test ( 'file/src/Export/AnonymousClass.js.html' , '100 %1/1' ) ;
62
62
test ( 'file/src/Export/AnonymousFunction.js.html' , '100 %1/1' ) ;
63
+ test ( 'file/src/Export/ArrowFunction.js.html#errorLines=17' , '75 %3/4' ) ;
63
64
test ( 'file/src/Export/Class.js.html#errorLines=24' , '80 %4/5' ) ;
64
65
test ( 'file/src/Export/ClassIndirectDefault.js.html' , '100 %1/1' ) ;
65
66
test ( 'file/src/Export/Default.js.html' , '100 %1/1' ) ;
@@ -142,6 +143,6 @@ describe('test coverage', ()=> {
142
143
test ( 'file/src/Version/Function.js.html' , '100 %1/1' ) ;
143
144
test ( 'file/src/Version/Variable.js.html' , '100 %1/1' ) ;
144
145
145
- assert . equal ( count , 118 ) ;
146
+ assert . equal ( count , 119 ) ;
146
147
} ) ;
147
148
} ) ;
0 commit comments