Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit 460f6dc

Browse files
committed
chore(benchmark): remove test for generateReportPartial
1 parent 1c7c0ba commit 460f6dc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

benchmark/web/bp.spec.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -468,15 +468,6 @@ describe('bp', function() {
468468
});
469469

470470

471-
describe('.generateReportPartial()', function() {
472-
xit('should return an html string with provided values', function() {
473-
bp.runState.numSamples = 9;
474-
expect(bp.generateReportPartial('foo', {time: 10, gcTime: 5}, ['9', '11'], ['4','6'])).
475-
toBe('<tr class="sampleContainer"><td>foo</td><td class="average">test:10ms<br>gc:5ms<br>combined: 15ms</td><td><div class="sampleContainer"><div class="testTimeCol">9<br>11</div><div class="testTimeCol">4<br>6</div></div></td></tr>')
476-
});
477-
});
478-
479-
480471
describe('.writeReport()', function() {
481472
it('should write the report to the infoDiv', function() {
482473
bp.infoDiv = document.createElement('div');

0 commit comments

Comments
 (0)