Skip to content

Commit f5369c7

Browse files
author
vdemedes
committed
add clean stack traces to readme
1 parent 1a6dbc7 commit f5369c7

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

media/stack-traces.png

29.2 KB
Loading

readme.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Translations: [Español](https://github.com/sindresorhus/ava-docs/blob/master/es
3838
- [Observable support](#observable-support)
3939
- [Enhanced asserts](#enhanced-asserts)
4040
- [Optional TAP output](#optional-tap-output)
41+
- [Clean stack traces](#clean-stack-traces)
4142

4243

4344
## Test syntax
@@ -487,6 +488,13 @@ $ ava --tap | tap-nyan
487488
<img src="media/tap-output.png" width="398">
488489

489490

491+
### Clean stack traces
492+
493+
AVA automatically removes unrelated lines in stack traces, allowing you to find the source of an error much faster.
494+
495+
<img src="media/stack-traces.png" width="300">
496+
497+
490498
## API
491499

492500
### test([title], body)

0 commit comments

Comments
 (0)