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 8f0e730 commit a8b393fCopy full SHA for a8b393f
packages/compass-e2e-tests/smoketests/auto-update-from.ts
@@ -42,14 +42,9 @@ export async function testAutoUpdateFrom(pkg: Package) {
42
console.log(appPath);
43
44
try {
45
- // TODO: start the autoupdate server
46
- try {
47
- await testInstalledApp(pkg, appPath, {
48
- AUTO_UPDATE_FROM: 'true',
49
- });
50
- } finally {
51
- // TODO: stop the autoupdate server
52
- }
+ await testInstalledApp(pkg, appPath, {
+ AUTO_UPDATE_FROM: 'true',
+ });
53
} finally {
54
// remove the app
55
await uninstall();
0 commit comments