API Reference / @gtkx/testing / configure
Variable: configure
constconfigure: (newConfig) =>void
Defined in: config.d.ts:31
Merges the given overrides into the global testing configuration.
Parameters
newConfig
Either a partial config object or a function that receives the current config and returns the fields to override.
Returns
void