The column number where the test is defined, or undefined if the test was run through the REPL.
interface
test.default.EventData.TestFail
interface TestFail
- column?: number
- line?: number
The line number where the test is defined, or
undefinedif the test was run through the REPL. - testId: number
A numeric identifier for this test instance, unique within the test file's process. Consistent across all events for the same test instance, enabling reliable correlation in custom reporters.