`ava-verify` currently creates an AVA `test` block for each test given. Add option so users can mark tests as serial/cb/failing/etc. ([full API](https://github.com/avajs/ava#api)) as well as a `.only()` that only runs a single test run
ava-verifycurrently creates an AVAtestblock for each test given.Add option so users can mark tests as serial/cb/failing/etc. (full API) as well as a
.only()that only runs a single test run