Files
grafana/pkg/api/api_test.go
T

12 lines
137 B
Go
Raw Normal View History

package api
import (
"testing"
"github.com/grafana/grafana/pkg/tests/testsuite"
)
func TestMain(m *testing.M) {
testsuite.Run(m)
}