MCPcopy
hub / github.com/requirejs/requirejs / retEnd

Function retEnd

tests/doh/runner.js:835–845  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

833
834 //Set up the finalizer.
835 var retEnd = function(){
836 if(fixture["tearDown"]){ fixture.tearDown(doh); }
837 tg.inFlight--;
838 if((!tg.inFlight)&&(tg.iterated)){
839 doh._groupFinished(groupName, !tg.failures);
840 }
841 doh._testFinished(groupName, fixture, def.results[0]);
842 if(doh._paused){
843 doh.run();
844 }
845 };
846
847 //Since these can take who knows how long, we don't want to timeout
848 //unless explicitly set

Callers 1

runner.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…