MCPcopy
hub / github.com/unconed/MathBox.js / report

Function report

test/Test.js:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 }
26
27 function report() {
28 document.getElementById('test-output').innerHTML = asserts.join('<br>');
29 }
30
31 function done() {
32 asserts.push('<strong>Tests: ' + stats.pass + ' / ' + stats.run + '</strong> &nbsp;–&nbsp; ' + stats.fail + ' failed ');

Callers 2

assertFunction · 0.85
doneFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected