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 (1,408 forks)batch import
enhancementhelp wantedscope:test-interface

Repository metrics

Stars
 (20,600 stars)
PR merge metrics
 (No merged PRs in 30d)

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