Skip to content

@gtkx/testing / getConfig

Function: getConfig()

getConfig(): Readonly<Config>

Defined in: config.ts:51

Returns the current testing library configuration.

Returns

Readonly<Config>

The current configuration object

Example

tsx
import { getConfig } from "@gtkx/testing";

const config = getConfig();
console.log(config.showSuggestions);