Skip to content

Commit

Permalink
chore: reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
goosewobbler committed Sep 8, 2024
1 parent 8876f0f commit a3ad311
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/wdio-electron-service/src/service.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type { Capabilities, Services } from '@wdio/types';
import log from '@wdio/electron-utils/log';
import type { AbstractFn, BrowserExtension, ElectronServiceOptions, ExecuteOpts } from '@wdio/electron-types';
import type { Capabilities, Services } from '@wdio/types';

import log from '@wdio/electron-utils/log';
import mockStore from './mockStore.js';
import { CUSTOM_CAPABILITY_NAME } from './constants.js';
import { execute } from './commands/execute.js';
Expand Down

0 comments on commit a3ad311

Please sign in to comment.