fix: add missing createTextEditorDecorationType mock to ClineProvider test

This commit is contained in:
Sannidhya Sah 2025-06-15 17:06:36 +05:30
parent 8796617d8d
commit bee50d6bd9

View file

@ -152,6 +152,9 @@ jest.mock("vscode", () => ({
window: {
showInformationMessage: jest.fn(),
showErrorMessage: jest.fn(),
createTextEditorDecorationType: jest.fn().mockReturnValue({
dispose: jest.fn(),
}),
},
workspace: {
getConfiguration: jest.fn().mockReturnValue({