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 6ec6e74 commit dd47d9eCopy full SHA for dd47d9e
packages/launchpad/test/services.test.ts
@@ -462,12 +462,12 @@ describe('Service Management', () => {
462
return
463
}
464
465
- // Skip actual service operations in CI where services aren't installed
+ // Skip actual service operations in CI where services aren't installed
466
if (isRunningInCI()) {
467
// In CI, just test that the service manager can handle the requests
468
// without actually starting services (since they're not installed)
469
const services = ['redis', 'postgres', 'nginx']
470
-
+
471
// The test passes if we can call the service functions without crashing
472
// This tests the service manager logic without requiring actual services
473
expect(services.length).toBe(3)
0 commit comments