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 0159641 commit 1f32bccCopy full SHA for 1f32bcc
packages/compass-e2e-tests/installers/types.ts
@@ -3,7 +3,7 @@ export type Installer = (pkg: InstallablePackage) => Promise<InstalledAppInfo>;
3
export type Package = {
4
appName: string;
5
packageFilepath: string;
6
- // TODO: once we can download the most recent release
+ // TODO(COMPASS-8532): once we can download the most recent release
7
//releaseFilepath: string;
8
updatable: boolean;
9
installer: Installer;
packages/compass-e2e-tests/smoketests/auto-update-from.ts
@@ -1,7 +1,6 @@
1
import { execute } from '../installers/helpers';
2
import type { Package } from '../installers/types';
-// TODO: move this since we'll use the same for testing TO
function testInstalledApp(
pkg: Package,
appPath: string,
0 commit comments