You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/reporters.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -417,14 +417,14 @@ Example of a JSON report:
417
417
Since Vitest 3, the JSON reporter includes coverage information in `coverageMap` if coverage is enabled.
418
418
:::
419
419
420
-
The `meta` field in each assertion result can be filtered via the `filterMetaField` reporter option. It receives the key and value of each field and should return `false` to exclude the field from the report:
420
+
The `meta` field in each assertion result can be filtered via the `filterMeta` reporter option. It receives the key and value of each field and should return a falsy value to exclude the field from the report:
0 commit comments