mocha.opts 文件中的 --reporter 规范是什么?

What is --reporter spec in mocha.opts file?

我目前正在学习如何使用 mocha, chai and supertest 从此 github 实现环回框架的测试用例。但是我无法理解 mocha.opts 文件中的这一行 --reporter spec

感谢您对记者规范的指导。

它指定用于报告的输出。

http://ricostacruz.com/mocha/#reporters