Files
coder/coderd/x/chatd/chatloop/main_test.go
T
2026-06-16 12:35:40 +00:00

14 lines
193 B
Go

package chatloop_test
import (
"testing"
"go.uber.org/goleak"
"github.com/coder/coder/v2/testutil"
)
func TestMain(m *testing.M) {
goleak.VerifyTestMain(m, testutil.GoleakOptions...)
}