lazygit/pkg/gui/style
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
..
basic_styles.go fix: fix default color to be white 2023-02-03 23:36:59 +09:00
color.go add tests for color changes 2021-07-31 20:53:49 +02:00
decoration.go Support strikethrough text style 2023-05-21 10:46:13 +10:00
style_test.go Cleanup: don't mess with globals in tests without resetting them 2024-03-29 10:55:33 +01:00
text_style.go Stop hiding underscores for VSCode 2023-06-01 20:12:20 +10:00