Skip to content

Commit

Permalink
Update index.js function definition
Browse files Browse the repository at this point in the history
Include String as valid `@param app` type (URL strings)
  • Loading branch information
dtom90 committed Apr 20, 2020
1 parent 910a111 commit 9ee6a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -11,7 +11,7 @@ var http = require('http');
* Test against the given `app`,
* returning a new `Test`.
*
* @param {Function|Server} app
* @param {Function|Server|String} app
* @return {Test}
* @api public
*/
Expand Down

0 comments on commit 9ee6a1b

Please sign in to comment.