Skip to content

Commit 20f38d8

Browse files
authored
Update lib/runner.js
1 parent cd44988 commit 20f38d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/runner.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ function createHookSkipError(hookTitle, hookError) {
464464
}
465465

466466
var errorMessage =
467-
'Test skipped due to failure in "' + hookTitle + '": ' + hookError.message;
467+
'Test skipped due to failure in hook "' + hookTitle + '": ' + hookError.message;
468468
var testError = new Error(errorMessage);
469469
testError.stack = hookError.stack;
470470
return testError;

0 commit comments

Comments
 (0)