effect-ts-laws
Preparing search index...
vitest
testLawsWith
Function testLawsWith
testLawsWith
(
suiteApi
:
|
SuiteAPI
|
ChainableFunction
<
"sequential"
|
"concurrent"
|
"only"
|
"skip"
|
"todo"
|
"shuffle"
,
SuiteCollectorCallable
<
object
>
,
{
each
:
TestEachFunction
;
for
:
SuiteForFunction
}
,
>
,
testApi
:
|
TestAPI
|
ChainableFunction
<
"sequential"
|
"concurrent"
|
"only"
|
"skip"
|
"todo"
|
"fails"
,
TestCollectorCallable
<
object
>
,
{
each
:
TestEachFunction
;
for
:
TestForFunction
<
object
>
}
,
>
,
)
:
(
__namedParameters
:
LawSet
,
parameters
?:
ParameterOverrides
)
=>
void
Parameters
suiteApi
:
|
SuiteAPI
|
ChainableFunction
<
"sequential"
|
"concurrent"
|
"only"
|
"skip"
|
"todo"
|
"shuffle"
,
SuiteCollectorCallable
<
object
>
,
{
each
:
TestEachFunction
;
for
:
SuiteForFunction
}
,
>
testApi
:
|
TestAPI
|
ChainableFunction
<
"sequential"
|
"concurrent"
|
"only"
|
"skip"
|
"todo"
|
"fails"
,
TestCollectorCallable
<
object
>
,
{
each
:
TestEachFunction
;
for
:
TestForFunction
<
object
>
}
,
>
Returns
(
__namedParameters
:
LawSet
,
parameters
?:
ParameterOverrides
)
=>
void
Settings
Member Visibility
Internal
Theme
OS
Light
Dark
effect-ts-laws
Loading...