mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 16:54:16 +01:00
d5af5f1878
* Move Signal Server * Move Signal Client * Cleanup duplicates and unused files * Moved Signal client tests
14 lines
186 B
Go
14 lines
186 B
Go
package client
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestSignal(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Signal Suite")
|
|
}
|