Skip to content

Commit

Permalink
chore(test): Fix WDIO conf
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 25, 2024
1 parent 6bcd0e7 commit 56d0339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 56d0339

Please sign in to comment.