Skip to content

Commit 9ee6a1b

Browse files
committedApr 20, 2020
Update index.js function definition
Include String as valid `@param app` type (URL strings)
1 parent 910a111 commit 9ee6a1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ var http = require('http');
1111
* Test against the given `app`,
1212
* returning a new `Test`.
1313
*
14-
* @param {Function|Server} app
14+
* @param {Function|Server|String} app
1515
* @return {Test}
1616
* @api public
1717
*/

0 commit comments

Comments
 (0)
Please sign in to comment.