(context, node)
| 33 | } |
| 34 | |
| 35 | function checkMemberExpression(context, node) { |
| 36 | if (utils.usesCommonProperty(node, ['skipIfInspectorDisabled'])) { |
| 37 | hasInspectorCheck = true; |
| 38 | } |
| 39 | } |
| 40 | |
| 41 | function reportIfMissing(context) { |
| 42 | if (!hasInspectorCheck) { |
no outgoing calls
no test coverage detected
searching dependent graphs…