UNPKG

@salesforce/salesforcedx-vscode-test-tools

Version:
10 lines (9 loc) 267 B
/** * Testing Framework * * This module provides utilities for test execution, extension management, * and verification tools for testing VSCode extensions. */ export * from './testUtils'; export * from '../testing/extensionUtils'; export * from './predicates';