Skip to content

API Reference / @gtkx/testing / ConfigFn

Type Alias: ConfigFn

ConfigFn = (existingConfig) => Partial<Config>

Defined in: config.d.ts:20

Function form of a configuration update: receives the current config and returns the fields to override.

Parameters

existingConfig

Config

Returns

Partial<Config>

Released under the MPL-2.0 License.