From 56d0339b76de16227538bdfdff5b9ca4e6a0af87 Mon Sep 17 00:00:00 2001 From: Ciaran Welch Date: Wed, 26 Jun 2024 09:49:22 +1000 Subject: [PATCH] chore(test): Fix WDIO conf --- wdio.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wdio.conf.js b/wdio.conf.js index e70b7f3b6..9d5a93718 100644 --- a/wdio.conf.js +++ b/wdio.conf.js @@ -225,7 +225,7 @@ exports.config = { before: function (capabilities, specs) { const chai = require("chai"); global.expect = chai.expect; - + }, /** * Runs before a WebdriverIO command gets executed.