Skip to content

Commit

Permalink
minor tweaks to config template
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Mar 22, 2022
1 parent 0aa2e02 commit d0c3b25
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/wdio-cli/src/templates/wdio.conf.tpl.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
}
// tsconfig-paths is only used if "tsConfigPathsOpts" are provided, if you
// do please make sure "tsconfig-paths" is installed as dependency
//tsConfigPathsOpts: {
// baseUrl: './'
//}
// tsConfigPathsOpts: {
// baseUrl: './'
// }
},<% }
if(answers.expEnvAccessKey){ %>
Expand Down Expand Up @@ -452,6 +452,6 @@
* @param {String} oldSessionId session ID of the old session
* @param {String} newSessionId session ID of the new session
*/
//onReload: function(oldSessionId, newSessionId) {
//}
// onReload: function(oldSessionId, newSessionId) {
// }
}

0 comments on commit d0c3b25

Please sign in to comment.