sshpong/internal/renderer/renderer_test.go

10 lines
103 B
Go
Raw Normal View History

2024-08-02 13:56:10 -06:00
package renderer
import (
"testing"
)
func TestRender(t *testing.T) {
t.Error("Something wrong")
}