feat: Unify tools #240
Annotations
2 errors
|
build-and-test (24.x)
Process completed with exit code 1.
|
|
src/mcp/tools/macos/__tests__/get_macos_app_path.test.ts > get_macos_app_path plugin > Command Generation > should generate correct command with workspace minimal parameters:
src/mcp/tools/macos/__tests__/get_macos_app_path.test.ts#L100
AssertionError: expected [ [ 'xcodebuild', …(7) ], …(3) ] to deeply equal [ [ 'xcodebuild', …(9) ], …(3) ]
- Expected
+ Received
@@ -6,12 +6,10 @@
"/path/to/MyProject.xcworkspace",
"-scheme",
"MyScheme",
"-configuration",
"Debug",
- "-destination",
- "platform=macOS",
],
"Get App Path",
true,
undefined,
]
❯ src/mcp/tools/macos/__tests__/get_macos_app_path.test.ts:100:24
|