KC's Workspace
Github
Preparing search index...
@kcconfigs/vitest
<internal>
TestError
Interface TestError
interface
TestError
{
actual
?:
string
;
cause
?:
TestError
;
diff
?:
string
;
expected
?:
string
;
message
:
string
;
name
?:
string
;
stack
?:
string
;
stacks
?:
ParsedStack
[]
;
[
key
:
string
]:
unknown
;
}
Hierarchy (
View Summary
)
SerializedError
TestError
Indexable
[
key
:
string
]:
unknown
Index
Properties
actual?
cause?
diff?
expected?
message
name?
stack?
stacks?
Properties
Optional
actual
actual
?:
string
Optional
cause
cause
?:
TestError
Optional
diff
diff
?:
string
Optional
expected
expected
?:
string
message
message
:
string
Optional
name
name
?:
string
Optional
stack
stack
?:
string
Optional
stacks
stacks
?:
ParsedStack
[]
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
actual
cause
diff
expected
message
name
stack
stacks
Github
KC's Workspace
Loading...