avajs/ava

Report all assertion failures

オープン

#261 opened on 2015/11/23

 (18 件のコメント) (1 件のリアクション) (0 人の担当者)JavaScript (1,408 件のフォーク)batch import
enhancementhelp wantedscope:assertionsscope:reporters

Repository metrics

Stars
 (20,600 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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).

コントリビューターガイド