事件:'test:stdout'
¥Event: 'test:stdout'
-
data<Object>
当正在运行的测试写入 stdout 时触发。只有在传递 --test 标志时才会触发此事件。不保证此事件按照测试定义的顺序触发。
¥Emitted when a running test writes to stdout.
This event is only emitted if --test flag is passed.
This event is not guaranteed to be emitted in the same order as the tests are
defined.