Skip to content

Commit dbf4f37

Browse files
committed
fix(anchor): fix api/reporters.md
1 parent 767c6f7 commit dbf4f37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

advanced/api/reporters.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Vitest 拥有自己的测试运行生命周期。这些生命周期通过报告
2929
- [`onTestRunEnd`](#ontestrunend)
3030

3131
除非被跳过,否则单个模块中的测试和 reporters 将按顺序报告。所有跳过的测试将在 reporters /模块的末尾报告。
32+
3233
请注意,由于测试模块可以并行运行,Vitest 将并行报告它们。
3334

3435
本指南列出了所有支持的报告器方法。不过,别忘了,与其创建自己的 报告器 ,我们可以[扩展现有的报告器](/advanced/reporters)

0 commit comments

Comments
 (0)