| 28 | } |
| 29 | |
| 30 | export class EditorSideMenu extends Component<EditorSideMenuProps> { |
| 31 | render() { |
| 32 | const { currentView, editorState } = this.props |
| 33 | const enableTestRequests = editorState.project.runSettings.runType === RunType.HTTP_REQUEST |
nothing calls this directly
no outgoing calls
no test coverage detected