Member Junction
Preparing search index...
@memberjunction/testing-engine
applyMatcher
Function applyMatcher
applyMatcher
(
matcher
:
ParamMatcher
,
value
:
unknown
,
)
:
{
detail
?:
string
;
passed
:
boolean
}
Applies one matcher to one value, returning why it failed rather than just that it did.
Parameters
matcher
:
ParamMatcher
value
:
unknown
Returns
{
detail
?:
string
;
passed
:
boolean
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Member Junction
Loading...
Applies one matcher to one value, returning why it failed rather than just that it did.