Skip to main content

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

Did you find what you needed?

Privacy policy