The column number where the test is defined, or undefined
if the test was run through the REPL.
interface
test.default.EventData.TestDiagnostic
interface TestDiagnostic
- column?: number
- level: 'error' | 'info' | 'warn'
The severity level of the diagnostic message. Possible values are:
'info'
: Informational messages.'warn'
: Warnings.'error'
: Errors.
- line?: number
The line number where the test is defined, or
undefined
if the test was run through the REPL.