@salesforce/salesforcedx-vscode-test-tools
Version:
Test automation framework for Salesforce Extensions for VS Code
17 lines (16 loc) • 492 B
TypeScript
/**
* 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';