GitHub

@@ -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"]', '266/333');

12+

assert.includes(doc, '[data-ice="totalCoverageCount"]', '267/335');

1313

assert.equal(doc.find('[data-ice="file"] [data-ice="coverage"]').length, 117);

1414

});

1515

@@ -82,7 +82,7 @@ describe('test coverage', ()=> {

8282

test('file/src/External/Definition.js.html', '-');

8383

test('file/src/Generator/Function.js.html', '100 %1/1');

8484

test('file/src/Generator/Method.js.html', '100 %2/2');

85-

test('file/src/Guess/Param.js.html#errorLines=11,13,15,17,19,5,7,9', '11 %1/9');

85+

test('file/src/Guess/Param.js.html#errorLines=11,13,15,17,19,21,5,7,9', '10 %1/10');

8686

test('file/src/Guess/Property.js.html#errorLines=10,12,5,6,8', '16 %1/6');

8787

test('file/src/Guess/Return.js.html#errorLines=13,17,5,9', '20 %1/5');

8888

test('file/src/Guess/Variable.js.html#errorLines=1,3,5,7', '0 %0/4');

@@ -128,7 +128,7 @@ describe('test coverage', ()=> {

128128

test('file/src/Type/Object.js.html', '100 %2/2');

129129

test('file/src/Type/Optional.js.html', '100 %2/2');

130130

test('file/src/Type/Record.js.html', '100 %2/2');

131-

test('file/src/Type/Spread.js.html', '100 %2/2');

131+

test('file/src/Type/Spread.js.html', '100 %3/3');

132132

test('file/src/Type/Typedef.js.html', '100 %2/2');

133133

test('file/src/Type/Union.js.html', '100 %2/2');

134134

test('file/src/Typedef/Definition.js.html', '-');

Read the original on github.com ↗