MCPcopy Create free account
hub / github.com/codebox/homoglyph / currentSuite

Function currentSuite

javascript/tests/js/jasmine/jasmine.js:473–475  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

471 var throwOnExpectationFailure = false;
472
473 var currentSuite = function() {
474 return currentlyExecutingSuites[currentlyExecutingSuites.length - 1];
475 };
476
477 var currentRunnable = function() {
478 return currentSpec || currentSuite();

Callers 1

currentRunnableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected