core3-utils

@wixc3/testing on Github

Home > @wixc3/testing > overrideDebugMode

overrideDebugMode() function

override the DEBUG environment variable for the current test

Signature:

export declare function overrideDebugMode(value: boolean): void;

Parameters

Parameter Type Description
value boolean

Returns:

void