We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6dbc7 commit f5369c7Copy full SHA for f5369c7
media/stack-traces.png
29.2 KB
readme.md
@@ -38,6 +38,7 @@ Translations: [Español](https://github.com/sindresorhus/ava-docs/blob/master/es
38
- [Observable support](#observable-support)
39
- [Enhanced asserts](#enhanced-asserts)
40
- [Optional TAP output](#optional-tap-output)
41
+- [Clean stack traces](#clean-stack-traces)
42
43
44
## Test syntax
@@ -487,6 +488,13 @@ $ ava --tap | tap-nyan
487
488
<img src="media/tap-output.png" width="398">
489
490
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
498
## API
499
500
### test([title], body)
0 commit comments