Skip to content

Commit 3358929

Browse files
authored
fix: session typing (#3899)
* fix: session typing * fix: session typing
1 parent 3cc123f commit 3358929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/session.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const savedSessions = {};
1919
* @param {CodeceptJS.LocatorOrString} sessionName
2020
* @param {Function | Object<string, *>} config
2121
* @param {Function} [fn]
22-
* @return {Promise<*> | undefined}
22+
* @return {any}
2323
*/
2424
function session(sessionName, config, fn) {
2525
if (typeof config === 'function') {

0 commit comments

Comments
 (0)