property
test.default.RunOptions.testNamePatterns
testNamePatterns?: string | RegExp | readonly string | RegExp[]
If provided, only run tests whose name matches the provided pattern. Strings are interpreted as JavaScript regular expressions.
property
If provided, only run tests whose name matches the provided pattern. Strings are interpreted as JavaScript regular expressions.