Better reporter
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 27
- Forks
- 2
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
Ideas to implement in reporter:
- [ ] Do not clean previous lines, only print new one. It will simplify `console.log` debugging.
- [ ] Add colors to `deepStrictEqual()` error’s diff
- [ ] For failed test print a command to call focused task: `npx bnt ./test/file.test.js -t 'test name'`
- [ ] Repeat failed tests in the end as `node --test` already does (we can add more details only here)
- [ ] Preview code frame of failed check (like Bun or ava does)
- [ ] Avoid `skipped 0` and other non-information lines in the summary
- [ ] Don’t print many digits after `.` in test duration
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.