This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
No Way(?) To Disable Unnecessary Error (Which Should be a Warning?) #3089
Labels
You can continue the conversation there. Go to discussion →
I have some files with old tests from my previous test runner (Mocha). I have them completely commented out, but when I run Ava I get a ton of:
Is there any sort of command line flag I can provide to tell Ava "yes I know those files have no tests, I'll fix them later, but for now please stop telling me?" It seems like that would be handy, as commented-out test files aren't actually harmful.
Also, regardless of the above, why are these errors (with red coloring and an X): if nothing is broken, shouldn't they be warnings instead?
The text was updated successfully, but these errors were encountered: