Merge branch '3.99' into 4.0

This commit is contained in:
Steve Gravrock
2021-12-14 08:27:05 -08:00

View File

@@ -1816,7 +1816,7 @@ getJasmineRequireObj().Env = function(j$) {
* configured with `{autoCleanClosures: false}`.
*
* execute returns a promise. The promise will be resolved to the same
* {@link JasmineDoneInfo|overall result} that's passed to the reporter's
* {@link JasmineDoneInfo|overall result} that's passed to a reporter's
* `jasmineDone` method, even if the suite did not pass. To determine
* whether the suite passed, check the value that the promise resolves to
* or use a {@link Reporter}.