mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
fix: add missing createTextEditorDecorationType mock to ClineProvider test
This commit is contained in:
parent
8796617d8d
commit
bee50d6bd9
1 changed files with 3 additions and 0 deletions
|
|
@ -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({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue