grafana_bak/pkg/api/api_test.go
2025-04-01 10:38:02 +09:00

12 lines
137 B
Go

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