We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd76c31 commit aa3e504Copy full SHA for aa3e504
1 file changed
packages/service/src/index.ts
@@ -10,9 +10,9 @@ import type { WebDriverCommands } from '@wdio/protocols'
10
import { SessionCapturer } from './session.js'
11
import { TestReporter } from './reporter.js'
12
import { DevToolsAppLauncher } from './launcher.js'
13
-import { getBrowserObject } from './utils.ts'
+import { getBrowserObject } from './utils.js'
14
import { parse } from 'stack-trace'
15
-import { type TraceLog, TraceType } from './types.ts'
+import { type TraceLog, TraceType } from './types.js'
16
import { INTERNAL_COMMANDS, SPEC_FILE_PATTERN, CONTEXT_CHANGE_COMMANDS } from './constants.ts'
17
18
export const launcher = DevToolsAppLauncher
0 commit comments