LogoRobo.js
Packages@robojs/mock

expectNoAction()

Function: expectNoAction()

function expectNoAction(sessionId, options): Promise<void>

Assert that no action of a type was recorded

Parameters

ParameterType
sessionIdstring
options{ description: string; type: string; waitMs: number; }
options.descriptionstring
options.typestring
options.waitMs?number

Returns

Promise<void>

On this page