Skip to content

Commit 81ad1dd

Browse files
committed
does running compass crash?
1 parent 1e24a08 commit 81ad1dd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/compass-e2e-tests/installers/mac-dmg.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ export async function installMacDMG(
3535
'--version',
3636
]);
3737

38+
// by my calculations this should crash
39+
await execute(`/Applications/${appName}.app/Contents/MacOS/${appName}`, []);
40+
3841
return Promise.resolve({
3942
appName,
4043
appPath: `/Applications/${appName}.app`,

0 commit comments

Comments
 (0)