error-pages/internal/cli/build/command_test.go
2022-01-28 12:53:35 +05:00

8 lines
137 B
Go

package build_test
import "testing"
func TestNothing(t *testing.T) {
t.Skip("tests for this package have not been implemented yet")
}