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>
1855
1855
< span class ="param-type "> string</ span >
1856
1856
|
1857
1857
1858
+ < span class ="param-type "> RegExp</ span >
1859
+ |
1860
+
1858
1861
< span class ="param-type "> object</ span >
1859
1862
1860
1863
@@ -1876,8 +1879,9 @@ <h5>Parameters:</h5>
1876
1879
1877
1880
1878
1881
< 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
1881
1885
an object, it should have a path property whose value is an array of spec
1882
1886
or suite descriptions.
1883
1887
Regex used to filter specs. If specified, only
You can’t perform that action at this time.
0 commit comments