mirror of
https://github.com/grafana/grafana.git
synced 2024-11-29 20:24:18 -06:00
12 lines
137 B
Go
12 lines
137 B
Go
|
package api
|
||
|
|
||
|
import (
|
||
|
"testing"
|
||
|
|
||
|
"github.com/grafana/grafana/pkg/tests/testsuite"
|
||
|
)
|
||
|
|
||
|
func TestMain(m *testing.M) {
|
||
|
testsuite.Run(m)
|
||
|
}
|