Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular-ui/ui-router
/ isSpecRunning
Function
isSpecRunning
test/angular/1.4/angular-mocks.js:2292–2294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2290
var
currentSpec = null,
2291
annotatedFunctions = [],
2292
isSpecRunning =
function
() {
2293
return
!!currentSpec;
2294
};
2295
2296
angular.mock.$$annotate = angular.injector.$$annotate;
2297
angular.injector.$$annotate =
function
(fn) {
Callers
1
angular-mocks.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected