Function: ConfigureTestingMiddleware()
Function: ConfigureTestingMiddleware()
function ConfigureTestingMiddleware(context, next): Promise<IBlueprint>;
Configure testing.
Parameters
context
Input data to transform via middleware.
next
NextPipe<ConsoleContext, IBlueprint>
Function to pass to the next middleware.
Returns
Promise<IBlueprint>
A promise resolving with the context object.
