typefinity
Preparing search index...
expect
GeneralAssertions
Type Alias GeneralAssertions<T>
GeneralAssertions
:
Omit
<
Assertions
<
T
,
Omit
<
NotAssertions
<
T
>
,
|
"toReject"
|
"toThrow"
|
(
Exclude
<
T
,
Promise
<
unknown
>
|
Function
>
extends
never
?
"toEqual"
:
""
)
,
>
,
>
,
|
"toReject"
|
"toResolve"
|
"toThrow"
|
(
Exclude
<
T
,
Promise
<
unknown
>
|
Function
>
extends
never
?
"toEqual"
:
""
)
,
>
Assertions for all types other than promises and callbacks/actions (type: () => void)
Type Parameters
T
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
typefinity
Loading...
Assertions for all types other than promises and callbacks/actions (type: () => void)