Skip to content

Commit 6dfebf8

Browse files
CodeGhost21claude
andcommitted
style: format wdio.conf.ts with prettier
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 8540ed4 commit 6dfebf8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

app/test/wdio.conf.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@ function getAppPath(): string {
5959
*/
6060
function getPlatformCapabilities(): Record<string, unknown>[] {
6161
if (process.platform === 'linux') {
62-
return [
63-
{
64-
'tauri:options': { application: getAppPath() },
65-
},
66-
];
62+
return [{ 'tauri:options': { application: getAppPath() } }];
6763
}
6864

6965
// macOS: Appium Mac2

0 commit comments

Comments
 (0)