At work we have one project where some test files were placed inside a helpers folder. It took me way too long to figure out that ava ignores some folders by default (my first guess was directory permissions).
Although the testfile is explicitly given as an argument, ava exits with the following error:
$ ava helpers/mytest.js
Couldn't find any files to test