We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cc123f commit 3358929Copy full SHA for 3358929
lib/session.js
@@ -19,7 +19,7 @@ const savedSessions = {};
19
* @param {CodeceptJS.LocatorOrString} sessionName
20
* @param {Function | Object<string, *>} config
21
* @param {Function} [fn]
22
- * @return {Promise<*> | undefined}
+ * @return {any}
23
*/
24
function session(sessionName, config, fn) {
25
if (typeof config === 'function') {
0 commit comments