yao/script/script_test.go
2023-02-01 17:25:11 +08:00

11 lines
194 B
Go

package script
import (
"testing"
)
func TestScript(t *testing.T) {
// res, err := gou.Yao.New("time", "hello").Call("world")
// assert.Nil(t, err)
// assert.Equal(t, "name:world", res)
}