KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TestSequencer
Interface TestSequencer
interface
TestSequencer
{
shard
:
(
files
:
TestSpecification
[]
)
=>
Awaitable
<
TestSpecification
[]
>
;
sort
:
(
files
:
TestSpecification
[]
)
=>
Awaitable
<
TestSpecification
[]
>
;
}
Index
Properties
shard
sort
Properties
shard
shard
:
(
files
:
TestSpecification
[]
)
=>
Awaitable
<
TestSpecification
[]
>
Slicing tests into shards. Will be run before
sort
. Only run, if
shard
is defined.
sort
sort
:
(
files
:
TestSpecification
[]
)
=>
Awaitable
<
TestSpecification
[]
>
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
shard
sort
Github
KC's Workspace
Loading...
Slicing tests into shards. Will be run before
sort. Only run, ifshardis defined.