Skip to content

Commit 44d5d72

Browse files
authoredJan 18, 2023
Merge pull request #646 from dtom90/patch-1
Update index.js function definition
2 parents d91ff37 + 9ee6a1b commit 44d5d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const agent = require('./lib/agent.js');
1818
* Test against the given `app`,
1919
* returning a new `Test`.
2020
*
21-
* @param {Function|Server} app
21+
* @param {Function|Server|String} app
2222
* @return {Test}
2323
* @api public
2424
*/

0 commit comments

Comments
 (0)
Please sign in to comment.