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