Skip to content

Commit a85203d

Browse files
authored
Fix broken link in onStackTrace documentation (#9240)
1 parent 6a59445 commit a85203d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/onstacktrace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ outline: deep
77

88
- **Type**: `(error: Error, frame: ParsedStack) => boolean | void`
99

10-
Apply a filtering function to each frame of each stack trace when handling errors. This does not apply to stack traces printed by [`printConsoleTrace`](#printConsoleTrace). The first argument, `error`, is a `TestError`.
10+
Apply a filtering function to each frame of each stack trace when handling errors. This does not apply to stack traces printed by [`printConsoleTrace`](/config/printconsoletrace#printconsoletrace). The first argument, `error`, is a `TestError`.
1111

1212
Can be useful for filtering out stack trace frames from third-party libraries.
1313

0 commit comments

Comments
 (0)