package syncthing import "testing" func TestIsInstalled_NoPanic(t *testing.T) { // IsInstalled should not panic regardless of environment. // We don't assert the result since it depends on the host. _ = IsInstalled() }