Skip to content

Commit

Permalink
fix: Add missing curly bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
bubonicfred committed Jun 18, 2024
1 parent bcd4297 commit 6fc95f6
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 @@ -228,7 +228,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 6fc95f6

Please sign in to comment.