Skip to content

API Reference / @gtkx/testing / configure

Variable: configure

const configure: (newConfig) => void

Defined in: config.d.ts:31

Merges the given overrides into the global testing configuration.

Parameters

newConfig

Partial<Config> | ConfigFn

Either a partial config object or a function that receives the current config and returns the fields to override.

Returns

void

Released under the MPL-2.0 License.