Skip to content

Commit 4c1c5b2

Browse files
committed
Updated npm edge API docs
1 parent 7afb176 commit 4c1c5b2

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

_npm-api/edge/Jasmine.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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
18811885
an object, it should have a path property whose value is an array of spec
18821886
or suite descriptions.
18831887
Regex used to filter specs. If specified, only

0 commit comments

Comments
 (0)