1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

add graph algorithm

This commit is contained in:
Jesse Duffield
2021-11-01 09:16:45 +11:00
parent 927ee63106
commit 7a464ae5b7
6 changed files with 1083 additions and 5 deletions

View File

@ -9,9 +9,11 @@ import (
"github.com/xo/terminfo"
)
func TestRender(t *testing.T) {
func init() {
color.ForceSetColorLevel(terminfo.ColorLevelNone)
}
func TestRender(t *testing.T) {
scenarios := []struct {
name string
root *FileNode