Skip to content

Commit db8eecf

Browse files
committed
Import fix
1 parent aa3e504 commit db8eecf

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

packages/service/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { DevToolsAppLauncher } from './launcher.js'
1313
import { getBrowserObject } from './utils.js'
1414
import { parse } from 'stack-trace'
1515
import { 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

1818
export const launcher = DevToolsAppLauncher
1919

packages/service/src/launcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { remote } from 'webdriverio'
22
import { start } from '@wdio/devtools-backend'
33
import logger from '@wdio/logger'
4-
import { DEFAULT_LAUNCH_CAPS } from './constants.ts'
4+
import { DEFAULT_LAUNCH_CAPS } from './constants.js'
55
import type { ServiceOptions, ExtendedCapabilities } from './types.js'
66

77
const log = logger('@wdio/devtools-service:Launcher')

packages/service/src/session.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import type { WebDriverCommands } from '@wdio/protocols'
1010

1111
import { PAGE_TRANSITION_COMMANDS } from './constants.js'
1212
import { type CommandLog } from './types.js'
13-
import { type TraceLog } from './types.ts'
13+
import { type TraceLog } from './types.js'
1414

1515
const log = logger('@wdio/devtools-service:SessionCapturer')
1616

0 commit comments

Comments
 (0)