mirror of
https://github.com/netbirdio/netbird.git
synced 2025-08-09 07:15:15 +02:00
Move management server to a separate directory (#67)
* Move management server to a separate directory
This commit is contained in:
13
management/server/management_suite_test.go
Normal file
13
management/server/management_suite_test.go
Normal file
@ -0,0 +1,13 @@
|
||||
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")
|
||||
}
|
Reference in New Issue
Block a user