Skip to content

Commit 1f32bcc

Browse files
committed
update some TODOs
1 parent 0159641 commit 1f32bcc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/compass-e2e-tests/installers/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export type Installer = (pkg: InstallablePackage) => Promise<InstalledAppInfo>;
33
export type Package = {
44
appName: string;
55
packageFilepath: string;
6-
// TODO: once we can download the most recent release
6+
// TODO(COMPASS-8532): once we can download the most recent release
77
//releaseFilepath: string;
88
updatable: boolean;
99
installer: Installer;

packages/compass-e2e-tests/smoketests/auto-update-from.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import { execute } from '../installers/helpers';
22
import type { Package } from '../installers/types';
33

4-
// TODO: move this since we'll use the same for testing TO
54
function testInstalledApp(
65
pkg: Package,
76
appPath: string,

0 commit comments

Comments
 (0)