Replies: 1 comment
-
There is no non-verbose option currently :)
https://github.com/avajs/ava/blob/main/docs/06-configuration.md#options |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I ran ava with --verbose false and the ouput continues to show.
looking at https://github.com/avajs/ava/blob/main/lib/cli.js#L84, i don't see anywhere the verbose flag is used to affect the test output... wondering if i'm missing anything here 🤔
Beta Was this translation helpful? Give feedback.
All reactions