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 1e24a08 commit 81ad1ddCopy full SHA for 81ad1dd
packages/compass-e2e-tests/installers/mac-dmg.ts
@@ -35,6 +35,9 @@ export async function installMacDMG(
35
'--version',
36
]);
37
38
+ // by my calculations this should crash
39
+ await execute(`/Applications/${appName}.app/Contents/MacOS/${appName}`, []);
40
+
41
return Promise.resolve({
42
appName,
43
appPath: `/Applications/${appName}.app`,
0 commit comments