// Copyright (c) Tailscale Inc & contributors // SPDX-License-Identifier: BSD-3-Clause package baseline import "testing" func TestOne(t *testing.T) { t.Log("hello from one") } func TestTwo(t *testing.T) { }