You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run Ava using npm test which is just ava. Even though I add verbose=false, it still prints each task to the screen.
Here's an example:
✔ http › /health should return status up (542ms)
✔ events › github › delete › delete_tag should fail on not found repository (219ms)
✔ events › github › issue › opened should fail with not found repository (429ms)
✔ events › github › delete › delete_branch should fail on not found branch (457ms)
✔ events › github › create › repository_tag event should fail with not found repository (152ms)
The non-verbose reporter had bugs and was proving hard to maintain. It's been removed in AVA 4. There's still a lot of cruft in the current implementation, really we should rewrite it, see #2500.
I run Ava using
npm test
which is justava
. Even though I add verbose=false, it still prints each task to the screen.Here's an example:
Here's my ava config in my package.json.
The text was updated successfully, but these errors were encountered: