From b2a3de871f12020cf4287d2e1c38cb17684f0a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Baudisch?= Date: Fri, 20 Sep 2024 10:37:29 +0200 Subject: [PATCH] wdio.shared.conf.js: update mocha compiler to new babel-register module --- wdio.shared.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdio.shared.conf.js b/wdio.shared.conf.js index 34e1ee9c675..08b46eaab91 100644 --- a/wdio.shared.conf.js +++ b/wdio.shared.conf.js @@ -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']