airshipctl/cmd/root_test.go

16 lines
220 B
Go

package cmd_test
import (
"testing"
"github.com/ian-howell/airshipctl/internal/test"
)
func TestRoot(t *testing.T) {
tests := []test.CmdTest{{
Name: "default",
Command: "",
}}
test.RunCmdTests(t, tests)
}