Skip to content

Commit

Permalink
fix expect import (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
lacell75 authored and christian-bromann committed Aug 19, 2024
1 parent d3055f1 commit e7abfea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import isEqual from 'lodash.isequal'
import type { ParsedCSSValue } from 'webdriverio'
import expect from 'expect'

import { expect } from './index.js'

import { DEFAULT_OPTIONS } from './constants.js'
import type { WdioElementMaybePromise } from './types.js'
Expand Down

0 comments on commit e7abfea

Please sign in to comment.