1
0
forked from sneak/mfer
mfer/internal/cli/entry_test.go
Jeffrey Paul 7df558d8d0 next (#5)
Co-authored-by: sneak <sneak@sneak.berlin>
Reviewed-on: sneak/mfer#5
2022-12-09 00:02:33 +00:00

13 lines
145 B
Go

package cli
import (
"testing"
"github.com/stretchr/testify/assert"
)
func TestBuild(t *testing.T) {
m := &CLIApp{}
assert.NotNil(t, m)
}