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