launch: add hermes (#15569)

This commit is contained in:
Parth Sareen
2026-04-15 12:00:23 -07:00
committed by GitHub
parent 06ae6367bd
commit 43f90def04
12 changed files with 3038 additions and 112 deletions

View File

@@ -58,6 +58,9 @@ func TestLaunchCmd(t *testing.T) {
if cmd.Long == "" {
t.Error("Long description should not be empty")
}
if !strings.Contains(cmd.Long, "hermes") {
t.Error("Long description should mention hermes")
}
})
t.Run("flags exist", func(t *testing.T) {