todo: tests
This commit is contained in:
7
cmd/main_test.go
Normal file
7
cmd/main_test.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package cmd
|
||||
|
||||
import "testing"
|
||||
|
||||
func TestExecute(t *testing.T) {
|
||||
Execute()
|
||||
}
|
||||
Reference in New Issue
Block a user