Const
flag
Do not apply a skip message to tests filtered using --grep
and --only
.
Enabled by default if --fail-skip
is set.
string option
Only run subtests tests matching the specified pattern.
Patterns are matched against top-level subtests in each file. To filter tests at subsequent levels, specify this option multiple times.
To specify regular expression flags, format pattern like a
JavaScript RegExp literal. For example: /xyz/i
for
case-insensitive matching.
flag
Invert the matches to --grep patterns. (Like grep -v)
flag
Do not invert the matches to --grep patterns. (default)
flag
Only run tests with {only: true}
option, or created with the
t.only(...)
function.
Configuration options added by this plugin