Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
testing/types
TestFn
Type Alias TestFn<Input, Expected>
TestFn
:
(
args
:
TestArgs
<
Input
,
Expected
>
)
=>
unknown
|
Promise
<
unknown
>
Test handler signature.
Type Parameters
Input
extends
KVMap
=
KVMap
Expected
extends
KVMap
=
KVMap
Type Declaration
(
args
:
TestArgs
<
Input
,
Expected
>
)
:
unknown
|
Promise
<
unknown
>
Parameters
args
:
TestArgs
<
Input
,
Expected
>
Returns
unknown
|
Promise
<
unknown
>
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...
Test handler signature.