Add tests for /language command and fix regex parsing

This commit is contained in:
Alexander Farber 2025-12-12 15:28:43 +01:00
parent 8b29dd130e
commit 3ff916a5f1
No known key found for this signature in database
3 changed files with 593 additions and 4 deletions

View file

@ -60,6 +60,7 @@ export const createMockCommandContext = (
toggleVimEnabled: vi.fn(),
extensionsUpdateState: new Map(),
setExtensionsUpdateState: vi.fn(),
reloadCommands: vi.fn(),
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as any,
session: {