The output is not what it should look like (latest master): ``` $ ava example.js ``` (example.js does not exist). <img width="315" alt="screen shot 2016-02-28 at 1 46 21 pm" src="https://cloud.githubusercontent.com/assets/697676/13379285/c960aef4-de21-11e5-90d0-eee4ea62e640.png"> First of all, notice 1 extra line at the start & end of the output. And top-level CLI errors should be displayed as: ``` ❎ Couldn't find any files to test ```