avajs/ava

Add `--only` flag for running `test.only` tests

Open

#1,472 opened on Jul 26, 2017

View on GitHub
 (8 comments) (6 reactions) (0 assignees)JavaScript (20,600 stars) (1,408 forks)batch import
enhancementhelp wantedscope:test-interface

Description

From https://github.com/avajs/ava/pull/1467#issuecomment-317859343

https://github.com/avajs/ava/pull/1467 makes test.only() not be exclusive with multiple test files, so would be nice to have this flag.

Contributor guide