mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Fix tests
This commit is contained in:
@@ -52,6 +52,11 @@ const vscode = {
|
|||||||
this.id = id
|
this.id = id
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
ExtensionMode: {
|
||||||
|
Production: 1,
|
||||||
|
Development: 2,
|
||||||
|
Test: 3,
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = vscode
|
module.exports = vscode
|
||||||
|
|||||||
@@ -108,6 +108,11 @@ jest.mock("vscode", () => ({
|
|||||||
uriScheme: "vscode",
|
uriScheme: "vscode",
|
||||||
language: "en",
|
language: "en",
|
||||||
},
|
},
|
||||||
|
ExtensionMode: {
|
||||||
|
Production: 1,
|
||||||
|
Development: 2,
|
||||||
|
Test: 3,
|
||||||
|
},
|
||||||
}))
|
}))
|
||||||
|
|
||||||
// Mock sound utility
|
// Mock sound utility
|
||||||
|
|||||||
Reference in New Issue
Block a user