@salesforce/salesforcedx-vscode-test-tools
Version:
Test automation framework for Salesforce Extensions for VS Code
11 lines (10 loc) • 296 B
TypeScript
/**
* System Operations
*
* This module provides utilities for interacting with the system,
* such as CLI commands, file operations, source control, and configuration.
*/
export * from './cliCommands';
export * from './fileSystem';
export * from './gitCommands';
export * from './settings';