effect-playwright
Preparing search index...
test
MatcherReturnType
Type Alias MatcherReturnType
type
MatcherReturnType
=
{
actual
?:
any
;
expected
?:
unknown
;
log
?:
string
[]
;
message
:
()
=>
string
;
name
?:
string
;
pass
:
boolean
;
timeout
?:
number
;
}
Index
Properties
actual?
expected?
log?
message
name?
pass
timeout?
Properties
Optional
actual
actual
?:
any
Optional
expected
expected
?:
unknown
Optional
log
log
?:
string
[]
message
message
:
()
=>
string
Optional
name
name
?:
string
pass
pass
:
boolean
Optional
timeout
timeout
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
actual
expected
log
message
name
pass
timeout
effect-playwright
Loading...