File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { DevToolsAppLauncher } from './launcher.js'
1313import { getBrowserObject } from './utils.js'
1414import { parse } from 'stack-trace'
1515import { type TraceLog , TraceType } from './types.js'
16- import { INTERNAL_COMMANDS , SPEC_FILE_PATTERN , CONTEXT_CHANGE_COMMANDS } from './constants.ts '
16+ import { INTERNAL_COMMANDS , SPEC_FILE_PATTERN , CONTEXT_CHANGE_COMMANDS } from './constants.js '
1717
1818export const launcher = DevToolsAppLauncher
1919
Original file line number Diff line number Diff line change 11import { remote } from 'webdriverio'
22import { start } from '@wdio/devtools-backend'
33import logger from '@wdio/logger'
4- import { DEFAULT_LAUNCH_CAPS } from './constants.ts '
4+ import { DEFAULT_LAUNCH_CAPS } from './constants.js '
55import type { ServiceOptions , ExtendedCapabilities } from './types.js'
66
77const log = logger ( '@wdio/devtools-service:Launcher' )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import type { WebDriverCommands } from '@wdio/protocols'
1010
1111import { PAGE_TRANSITION_COMMANDS } from './constants.js'
1212import { type CommandLog } from './types.js'
13- import { type TraceLog } from './types.ts '
13+ import { type TraceLog } from './types.js '
1414
1515const log = logger ( '@wdio/devtools-service:SessionCapturer' )
1616
You can’t perform that action at this time.
0 commit comments