UNPKG

@salesforce/salesforcedx-vscode-test-tools

Version:
9 lines (8 loc) 418 B
import { Marker } from 'vscode-extension-tester'; /** * Counts the number of problems in the Problems tab and verifies it matches the expected count. * * @param expectedCount - The expected number of problems in the Problems tab. * @returns A promise that resolves to an array of markers representing the problems. */ export declare const countProblemsInProblemsTab: (expectedCount: number) => Promise<Marker[]>;