Skip to content

Commit

Permalink
wdio.shared.conf.js: update mocha compiler to new babel-register module
Browse files Browse the repository at this point in the history
  • Loading branch information
renebaudisch committed Sep 20, 2024
1 parent fbceb2f commit b2a3de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.shared.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports.config = {
mochaOpts: {
ui: 'bdd',
timeout: 60000,
compilers: ['js:babel-register'],
compilers: ['js:@babel/register'],
},
// if you see error, update this to spec reporter and logLevel above to get detailed report.
reporters: ['spec']
Expand Down

0 comments on commit b2a3de8

Please sign in to comment.