KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TestResultFailed
Interface TestResultFailed
interface
TestResultFailed
{
errors
:
readonly
TestError
[]
;
state
:
"failed"
;
}
Index
Properties
errors
state
Properties
Readonly
errors
errors
:
readonly
TestError
[]
Errors that were thrown during the test execution.
Readonly
state
state
:
"failed"
The test failed to execute.
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
errors
state
Github
KC's Workspace
Loading...
Errors that were thrown during the test execution.