package tools import "testing" func TestWatchFile(t *testing.T) { WatchFile("./") }