MCPcopy
hub / github.com/julianshapiro/velocity / getNotStartedModules

Function getNotStartedModules

test/qunit-2.5.0.js:1404–1414  ·  view source on GitHub ↗
(startModule)

Source from the content-addressed store, hash-verified

1402 Test.count = 0;
1403
1404 function getNotStartedModules(startModule) {
1405 var module = startModule,
1406 modules = [];
1407
1408 while (module && module.testsRun === 0) {
1409 modules.push(module);
1410 module = module.parentModule;
1411 }
1412
1413 return modules;
1414 }
1415
1416 Test.prototype = {
1417 before: function before() {

Callers 1

qunit-2.5.0.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…