()
| 41 | }; |
| 42 | |
| 43 | const activateLinkHintsMode = () => { |
| 44 | HintCoordinator.getHintDescriptors({ modeIndex: 0 }, {}, () => {}); |
| 45 | HintCoordinator.activateMode({ |
| 46 | frameIdToHintDescriptors: {}, |
| 47 | modeIndex: 0, |
| 48 | originatingFrameId: frameId, |
| 49 | }); |
| 50 | return HintCoordinator.linkHintsMode; |
| 51 | }; |
| 52 | |
| 53 | // |
| 54 | // Generate tests that are common to both default and filtered |
no outgoing calls
no test coverage detected