Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular-ui/ui-router
/ isSpecRunning
Function
isSpecRunning
test/angular/1.3/angular-mocks.js:2248–2250 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2246
var
currentSpec = null,
2247
annotatedFunctions = [],
2248
isSpecRunning =
function
() {
2249
return
!!currentSpec;
2250
};
2251
2252
angular.mock.$$annotate = angular.injector.$$annotate;
2253
angular.injector.$$annotate =
function
(fn) {
Callers
1
angular-mocks.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected