MCPcopy Create free account
hub / github.com/caike/jQuery-Simple-Timer / numberOfTests

Function numberOfTests

tests/qunit-2.9.2.js:3666–3668  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

3664 }
3665
3666 function numberOfTests(module) {
3667 return collectTests(module).length;
3668 }
3669
3670 function numberOfUnskippedTests(module) {
3671 return collectTests(module).filter(function (test) {

Callers 1

qunit-2.9.2.jsFile · 0.85

Calls 1

collectTestsFunction · 0.85

Tested by

no test coverage detected