fix(cli): update remaining test mocks for consistent semantic-colors

This commit is contained in:
Keith Guerin
2026-03-01 20:12:49 -08:00
parent 23cb331657
commit 5f17506bc4
5 changed files with 17 additions and 0 deletions
@@ -29,6 +29,9 @@ vi.mock('../semantic-colors.js', () => ({
status: {
warning: 'mock-warning-color',
},
ui: {
focus: 'mock-focus-color',
},
},
}));