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

Function numberOfUnskippedTests

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

Source from the content-addressed store, hash-verified

3668 }
3669
3670 function numberOfUnskippedTests(module) {
3671 return collectTests(module).filter(function (test) {
3672 return !test.skip;
3673 }).length;
3674 }
3675
3676 function notifyTestsRan(module, skipped) {
3677 module.testsRun++;

Callers 1

runHookFunction · 0.85

Calls 1

collectTestsFunction · 0.85

Tested by

no test coverage detected