mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-07 08:44:07 +01:00
9e4aa4f1f1
* Move management server to a separate directory
14 lines
207 B
Go
14 lines
207 B
Go
package server_test
|
|
|
|
import (
|
|
. "github.com/onsi/ginkgo"
|
|
. "github.com/onsi/gomega"
|
|
|
|
"testing"
|
|
)
|
|
|
|
func TestManagement(t *testing.T) {
|
|
RegisterFailHandler(Fail)
|
|
RunSpecs(t, "Management Service Suite")
|
|
}
|