KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
WatcherTriggerPattern
Interface WatcherTriggerPattern
interface
WatcherTriggerPattern
{
pattern
:
RegExp
;
testsToRun
:
(
file
:
string
,
match
:
RegExpMatchArray
,
)
=>
string
|
void
|
string
[]
|
null
|
undefined
;
}
Index
Properties
pattern
tests
To
Run
Properties
pattern
pattern
:
RegExp
tests
To
Run
testsToRun
:
(
file
:
string
,
match
:
RegExpMatchArray
,
)
=>
string
|
void
|
string
[]
|
null
|
undefined
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
pattern
tests
To
Run
Github
KC's Workspace
Loading...