KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
FileSpecification
Interface FileSpecification
Possible options to run a single file in a test.
interface
FileSpecification
{
filepath
:
string
;
fileTags
?:
string
[]
;
testIds
?:
string
[]
;
testLocations
?:
number
[]
;
testNamePattern
?:
RegExp
;
testTagsFilter
?:
string
[]
;
}
Index
Properties
filepath
file
Tags?
test
Ids?
test
Locations?
test
Name
Pattern?
test
Tags
Filter?
Properties
filepath
filepath
:
string
Optional
file
Tags
fileTags
?:
string
[]
Optional
test
Ids
testIds
?:
string
[]
Optional
test
Locations
testLocations
?:
number
[]
Optional
test
Name
Pattern
testNamePattern
?:
RegExp
Optional
test
Tags
Filter
testTagsFilter
?:
string
[]
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
filepath
file
Tags
test
Ids
test
Locations
test
Name
Pattern
test
Tags
Filter
Github
KC's Workspace
Loading...
Possible options to run a single file in a test.