mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-22 16:13:31 +01:00
14 lines
191 B
Go
14 lines
191 B
Go
package signal_test
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestSignal(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Signal Suite")
|
|
}
|