1
1
mirror of https://github.com/wader/fq.git synced 2024-10-27 12:19:52 +03:00
fq/pkg/interp/fqtest_test.go
2022-07-16 22:04:21 +02:00

14 lines
228 B
Go

package interp_test
import (
"testing"
_ "github.com/wader/fq/format/all"
"github.com/wader/fq/pkg/fqtest"
"github.com/wader/fq/pkg/interp"
)
func TestFQTests(t *testing.T) {
fqtest.TestPath(t, interp.DefaultRegistry)
}