mirror of
https://github.com/bakito/adguardhome-sync.git
synced 2024-11-10 09:12:29 +08:00
13 lines
194 B
Go
13 lines
194 B
Go
package versions_test
|
|
|
|
import (
|
|
"testing"
|
|
|
|
. "github.com/onsi/ginkgo/v2"
|
|
. "github.com/onsi/gomega"
|
|
)
|
|
|
|
func TestTypes(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Types Suite")
|
|
}
|