enhancementhelp wantedscope:assertionsscope:reporters
倉庫指標
- Star
- (20,600 star)
- PR 合併指標
- (30 天內沒有已合併 PR)
描述
With #259, we have moved from only printing the last assertion failure, to only printing the first.
Once #243 (chainable methods) happens, I think we should allow printing of every failed assertion to give the most information possible.
test.verbose('title', t => {
t.fail('a');
t.fail('b');
});
Perhaps only mode should also just imply verbose mode (you should have way less noise with a single test).