File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -1284,6 +1284,12 @@ changes:
1284
1284
For each test that is executed, any corresponding test hooks, such as
1285
1285
` beforeEach() ` , are also run.
1286
1286
** Default:** ` undefined ` .
1287
+ * ` testSkipPatterns ` {string|RegExp|Array} A String, RegExp or a RegExp Array,
1288
+ that can be used to exclude running tests whose name matches the provided pattern.
1289
+ Test name patterns are interpreted as JavaScript regular expressions.
1290
+ For each test that is executed, any corresponding test hooks, such as
1291
+ ` beforeEach() ` , are also run.
1292
+ ** Default:** ` undefined ` .
1287
1293
* ` timeout ` {number} A number of milliseconds the test execution will
1288
1294
fail after.
1289
1295
If unspecified, subtests inherit this value from their parent.
You can’t perform that action at this time.
0 commit comments