mirror of
https://github.com/go-i2p/go-i2p.git
synced 2025-07-05 06:05:16 -04:00
14 lines
187 B
Go
14 lines
187 B
Go
package main_test
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestGoI2p(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "GoI2p Suite")
|
|
}
|