chore: fix lint warnings in DiffRenderer

This commit is contained in:
Taylor Mullen
2026-01-21 17:47:08 -08:00
parent 1033550f78
commit 8f5022c4ae
8 changed files with 284 additions and 83 deletions

View File

@@ -128,7 +128,12 @@ describe('<Header />', () => {
},
background: {
primary: '',
diff: { added: '', removed: '' },
diff: {
added: '',
addedHighlight: '',
removed: '',
removedHighlight: '',
},
},
border: {
default: '',