| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1956,7 +1956,8 @@ Emitted when a test is enqueued for execution. | |||
| 1956 | 1956 | * `data` {Object} | |
| 1957 | 1957 | * `details` {Object} Additional execution metadata. | |
| 1958 | 1958 | * `duration` {number} The duration of the test in milliseconds. | |
| 1959 | - * `error` {Error} The error thrown by the test. | ||
| 1959 | + * `error` {Error} An error wrapping the error thrown by the test. | ||
| 1960 | + * `cause` {Error} The actual error thrown by the test. | ||
| 1960 | 1961 | * `file` {string|undefined} The path of the test file, | |
| 1961 | 1962 | `undefined` if test was run through the REPL. | |
| 1962 | 1963 | * `name` {string} The test name. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments