complement/tests/msc3757/main_test.go
2024-09-25 15:22:18 +01:00

11 lines
142 B
Go

package tests
import (
"testing"
"github.com/matrix-org/complement"
)
func TestMain(m *testing.M) {
complement.TestMain(m, "msc3757")
}