OptionalcolumnAdditional execution metadata.
The duration of the test in milliseconds.
An error wrapping the error thrown by the test.
Optionaltype?: "suite"The type of the test, used to denote whether this is a suite.
OptionalfileThe path of the test file, undefined if test was run through the REPL.
OptionallineThe line number where the test is defined, or undefined if the test was run through the REPL.
The test name.
The nesting level of the test.
OptionalskipPresent if context.skip is called.
The ordinal number of the test.
OptionaltodoPresent if context.todo is called.
The column number where the test is defined, or
undefinedif the test was run through the REPL.