UNPKG

@skyux/core

Version:

This library was generated with [Nx](https://nx.dev).

16 lines (15 loc) 462 B
/** * Provides methods for validating global help in unit tests. */ export declare class SkyHelpTestingController { #private; /** * Validates the current help key and throws an error if the current help key does not match the expected help key. * @param expectedHelpKey The expected help key. */ expectCurrentHelpKey(expectedHelpKey: string | undefined): void; /** * Close the current help. */ closeHelp(): void; }