We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd44988 commit 20f38d8Copy full SHA for 20f38d8
lib/runner.js
@@ -464,7 +464,7 @@ function createHookSkipError(hookTitle, hookError) {
464
}
465
466
var errorMessage =
467
- 'Test skipped due to failure in "' + hookTitle + '": ' + hookError.message;
+ 'Test skipped due to failure in hook "' + hookTitle + '": ' + hookError.message;
468
var testError = new Error(errorMessage);
469
testError.stack = hookError.stack;
470
return testError;
0 commit comments