Skip to content

Commit

Permalink
1.0.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
enact-bot committed Jun 11, 2024
2 parents 46842eb + 7d9d8bf commit 6e280a2
Show file tree
Hide file tree
Showing 5 changed files with 1,335 additions and 1,366 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## [1.0.8] (June 11, 2024)

* Removed `chai` and `dirty-chai` dependencies.

## [1.0.7] (February 21, 2024)

* Removed eslint related modules.
Expand Down
5 changes: 0 additions & 5 deletions config/wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,13 +223,8 @@ module.exports.configure = (options) => {
*/
before: function () {
require('expect-webdriverio');
const chai = require('chai'),
dirtyChai = require('dirty-chai');

global.wdioExpect = global.expect;
chai.use(dirtyChai);
global.expect = chai.expect;
chai.Should();

if (options.before) {
options.before();
Expand Down
Loading

0 comments on commit 6e280a2

Please sign in to comment.