UNPKG

@salesforce/salesforcedx-vscode-test-tools

Version:
23 lines (18 loc) 566 B
/* * Copyright (c) 2025, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ /** * Testing Framework * * This module provides utilities for test execution, extension management, * and verification tools for testing VSCode extensions. */ // Test Execution export * from './testUtils'; // Extension Management export * from '../testing/extensionUtils'; // Verification Tools export * from './predicates';