mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-11-16 18:10:30 +08:00
临时提交
This commit is contained in:
11
internal/nodes/node_test.go
Normal file
11
internal/nodes/node_test.go
Normal file
@@ -0,0 +1,11 @@
|
||||
package nodes
|
||||
|
||||
import (
|
||||
_ "github.com/iwind/TeaGo/bootstrap"
|
||||
"testing"
|
||||
)
|
||||
|
||||
func TestNode(t *testing.T) {
|
||||
node := NewNode()
|
||||
node.Start()
|
||||
}
|
||||
Reference in New Issue
Block a user