todo: tests

This commit is contained in:
Urko 2023-02-15 19:30:20 +01:00
parent c1680106ab
commit 652ca4b524
1 changed files with 7 additions and 0 deletions

7
cmd/main_test.go Normal file
View File

@ -0,0 +1,7 @@
package cmd
import "testing"
func TestExecute(t *testing.T) {
Execute()
}