Skip to content

Commit 63ba9ea

Browse files
committed
fix windows test
1 parent 8f6fb5a commit 63ba9ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/wdio-appium-service/tests/launcher.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,9 +304,9 @@ describe('Appium launcher', () => {
304304
expect(spawn).toBeCalledWith(
305305
'cmd',
306306
[
307-
expect.any(String),
307+
'/c',
308308
'node',
309-
'/foo/bar/appium',
309+
expect.any(String),
310310
'--base-path',
311311
'/',
312312
'--port',

0 commit comments

Comments
 (0)