property RunOptions.testNamePatterns
If provided, only run tests whose name matches the provided pattern. Strings are interpreted as JavaScript regular expressions.
Type #
string
| RegExp
| ReadonlyArray<string | RegExp>
| undefined If provided, only run tests whose name matches the provided pattern. Strings are interpreted as JavaScript regular expressions.
string
| RegExp
| ReadonlyArray<string | RegExp>
| undefined