Skip to content

Commit aa3e504

Browse files
committed
Import fix
1 parent cd76c31 commit aa3e504

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/service/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ import type { WebDriverCommands } from '@wdio/protocols'
1010
import { SessionCapturer } from './session.js'
1111
import { TestReporter } from './reporter.js'
1212
import { DevToolsAppLauncher } from './launcher.js'
13-
import { getBrowserObject } from './utils.ts'
13+
import { getBrowserObject } from './utils.js'
1414
import { parse } from 'stack-trace'
15-
import { type TraceLog, TraceType } from './types.ts'
15+
import { type TraceLog, TraceType } from './types.js'
1616
import { INTERNAL_COMMANDS, SPEC_FILE_PATTERN, CONTEXT_CHANGE_COMMANDS } from './constants.ts'
1717

1818
export const launcher = DevToolsAppLauncher

0 commit comments

Comments
 (0)