Files
jsrest/pkg_test.go
Ian Gulliver 12a6d6da8b Initial commit
2023-04-20 16:12:34 +00:00

12 lines
125 B
Go

package jsrest_test
import (
"testing"
"go.uber.org/goleak"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m)
}