jesseduffield.lazygit/pkg/gui/presentation/graph
Stefan Haller c59e6b6451 Cleanup: don't mess with globals in tests without resetting them
Changing globals in the init() function of a test file is a bad idea, as it
affects all other tests that run after it. Do it explicitly in each test
function that needs it, and take care of restoring the previous value
afterwards.
2024-03-29 10:55:33 +01:00
..
cell.go update linters 2022-03-19 12:12:57 +11:00
graph.go Standardise on using lo for slice functions 2023-07-30 18:51:23 +10:00
graph_test.go Cleanup: don't mess with globals in tests without resetting them 2024-03-29 10:55:33 +01:00