Member Junction
Preparing search index...
@memberjunction/testing-integration
IntegrationCheckFn
Type Alias IntegrationCheckFn
IntegrationCheckFn
:
(
ctx
:
IntegrationCheckContext
)
=>
Promise
<
void
>
A single integration check. THROWS on failure (the harness Assert* helpers throw); returns on pass.
Type Declaration
(
ctx
:
IntegrationCheckContext
)
:
Promise
<
void
>
Parameters
ctx
:
IntegrationCheckContext
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
A single integration check. THROWS on failure (the harness Assert* helpers throw); returns on pass.