Merge branch 'main' into 3.99

This commit is contained in:
Steve Gravrock
2021-10-15 10:29:50 -07:00
7 changed files with 86 additions and 13 deletions

View File

@@ -518,7 +518,9 @@ getJasmineRequireObj().Env = function(j$) {
}
delayedExpectationResult.message +=
'Did you forget to return or await the result of expectAsync?';
'1. Did you forget to return or await the result of expectAsync?\n' +
'2. Was done() invoked before an async operation completed?\n' +
'3. Did an expectation follow a call to done()?';
topSuite.result.failedExpectations.push(delayedExpectationResult);
}