| 243 | let spyCall: spyCallType |
| 244 | |
| 245 | interface Window { // how to unify this with the above let statements? |
| 246 | karmaConfig: any |
| 247 | } |
| 248 | |
| 249 | interface Function { |
| 250 | calls: any // for jasmine spies |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…