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

Function done

test/Test.js:31–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 function done() {
32 asserts.push('<strong>Tests: ' + stats.pass + ' / ' + stats.run + '</strong> &nbsp;–&nbsp; ' + stats.fail + ' failed ');
33 document.body.style.backgroundColor = stats.pass == stats.run ? '#eeffee' : '#ffeeee';
34 report();
35 }
36
37 function run() {
38 var t = 1;

Callers 4

Animator.test.jsFile · 0.85
Materials.test.jsFile · 0.85
Attributes.test.jsFile · 0.85
runFunction · 0.85

Calls 1

reportFunction · 0.85

Tested by

no test coverage detected