diff --git a/internal/exp/diffview/Taskfile.yaml b/internal/exp/diffview/Taskfile.yaml index 422dbe2d3ac85be34c35f81763f7a30b154140f1..f27d093565d7e0e00fb265e21e3ccb2ce48c65b1 100644 --- a/internal/exp/diffview/Taskfile.yaml +++ b/internal/exp/diffview/Taskfile.yaml @@ -25,7 +25,7 @@ tasks: desc: Print golden files for debugging method: none sources: - - ./testdata/TestDiffViewWidth/Unified/LightMode/*.golden + - ./testdata/TestDiffViewWidth/Unified/*.golden cmds: - for: sources cmd: echo && echo "------- {{.ITEM}} -------" && echo && cat {{.ITEM}} @@ -35,7 +35,7 @@ tasks: desc: Print golden files for debugging method: none sources: - - ./testdata/TestDiffViewWidth/Split/LightMode/*.golden + - ./testdata/TestDiffViewWidth/Split/*.golden cmds: - for: sources cmd: echo && echo "------- {{.ITEM}} -------" && echo && cat {{.ITEM}} @@ -45,7 +45,7 @@ tasks: desc: Print golden files for debugging method: none sources: - - ./testdata/TestDiffViewHeight/Unified/LightMode/*.golden + - ./testdata/TestDiffViewHeight/Unified/*.golden cmds: - for: sources cmd: echo && echo "------- {{.ITEM}} -------" && echo && cat {{.ITEM}} @@ -55,7 +55,7 @@ tasks: desc: Print golden files for debugging method: none sources: - - ./testdata/TestDiffViewHeight/Split/LightMode/*.golden + - ./testdata/TestDiffViewHeight/Split/*.golden cmds: - for: sources cmd: echo && echo "------- {{.ITEM}} -------" && echo && cat {{.ITEM}}