kefu/tools/watch_file_test.go

8 lines
87 B
Go
Raw Normal View History

2024-12-10 02:50:12 +00:00
package tools
import "testing"
func TestWatchFile(t *testing.T) {
WatchFile("./")
}