UNPKG

@salesforce/salesforcedx-vscode-test-tools

Version:
17 lines (16 loc) 492 B
/** * UI Interaction Tools * * This module provides access to VSCode UI elements like workbench, editors, * navigation components, panels, views, notifications, and dialogs. */ export * from './workbench'; export * from './textEditorView'; export * from './sideBar'; export * from './commandPrompt'; export * from './statusBar'; export * from './outputView'; export * from './problemsView'; export * from './terminalView'; export * from './notifications'; export * from './modalDialog';