Skip to content

Commit

Permalink
Fix ESLint
Browse files Browse the repository at this point in the history
  • Loading branch information
yhatt committed Sep 26, 2024
1 parent 9d87156 commit f8a8999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/browser/manager.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import { BrowserManager } from '../../src/browser/manager'
import * as browserFinder from '../../src/browser/finder'
import { ChromeBrowser } from '../../src/browser/browsers/chrome'
import { ChromeCdpBrowser } from '../../src/browser/browsers/chrome-cdp'
import { FirefoxBrowser } from '../../src/browser/browsers/firefox'
import * as browserFinder from '../../src/browser/finder'
import { BrowserManager } from '../../src/browser/manager'

afterEach(() => {
jest.resetAllMocks()
Expand Down

0 comments on commit f8a8999

Please sign in to comment.