Skip to content

Commit dd47d9e

Browse files
committed
chore: wip
1 parent 6ec6e74 commit dd47d9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/launchpad/test/services.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -462,12 +462,12 @@ describe('Service Management', () => {
462462
return
463463
}
464464

465-
// Skip actual service operations in CI where services aren't installed
465+
// Skip actual service operations in CI where services aren't installed
466466
if (isRunningInCI()) {
467467
// In CI, just test that the service manager can handle the requests
468468
// without actually starting services (since they're not installed)
469469
const services = ['redis', 'postgres', 'nginx']
470-
470+
471471
// The test passes if we can call the service functions without crashing
472472
// This tests the service manager logic without requiring actual services
473473
expect(services.length).toBe(3)

0 commit comments

Comments
 (0)