KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TaskOptions
Interface TaskOptions
interface
TaskOptions
{
concurrent
:
boolean
|
undefined
;
each
:
boolean
|
undefined
;
fails
:
boolean
|
undefined
;
mode
:
"run"
|
"only"
|
"skip"
|
"todo"
;
repeats
:
number
|
undefined
;
retry
:
SerializableRetry
|
undefined
;
shuffle
:
boolean
|
undefined
;
tags
:
string
[]
|
undefined
;
timeout
:
number
|
undefined
;
}
Index
Properties
concurrent
each
fails
mode
repeats
retry
shuffle
tags
timeout
Properties
Readonly
concurrent
concurrent
:
boolean
|
undefined
Readonly
each
each
:
boolean
|
undefined
Readonly
fails
fails
:
boolean
|
undefined
Readonly
mode
mode
:
"run"
|
"only"
|
"skip"
|
"todo"
Readonly
repeats
repeats
:
number
|
undefined
Readonly
retry
retry
:
SerializableRetry
|
undefined
Readonly
shuffle
shuffle
:
boolean
|
undefined
Readonly
tags
tags
:
string
[]
|
undefined
Readonly
timeout
timeout
:
number
|
undefined
Only tests have a
timeout
option.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
concurrent
each
fails
mode
repeats
retry
shuffle
tags
timeout
Github
KC's Workspace
Loading...
Only tests have a
timeoutoption.