File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -1855,6 +1855,9 @@ <h5>Parameters:</h5>
18551855< span class ="param-type "> string</ span >
18561856|
18571857
1858+ < span class ="param-type "> RegExp</ span >
1859+ |
1860+
18581861< span class ="param-type "> object</ span >
18591862
18601863
@@ -1876,8 +1879,9 @@ <h5>Parameters:</h5>
18761879
18771880
18781881 < td class ="description last "> < p > Optional specification of what specs to run.
1879- Can be either a string or an object. If it's a string, it will be
1880- interpreted as a regex that matches the full names of specs to run. If it's
1882+ Can be a RegExp, a string, or an object. If it's a RegExp, it will be matched
1883+ against the full names of specs. If it's a string, it will be converted to
1884+ a RegExp and then handled in the same way. If it's
18811885an object, it should have a path property whose value is an array of spec
18821886or suite descriptions.
18831887Regex used to filter specs. If specified, only
You can’t perform that action at this time.
0 commit comments