github.com/ppphp/yayagf@v0.0.1/cmd/yayagf_test.go (about)

     1  package cmd
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/stretchr/testify/require"
     7  )
     8  
     9  func TestMain(t *testing.T) {
    10  	got := Main()
    11  	require.Equal(t, got, 1)
    12  }