We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ce1351 commit cea475cCopy full SHA for cea475c
src/activate/__tests__/CodeActionProvider.test.ts
@@ -28,7 +28,7 @@ jest.mock("vscode", () => ({
28
},
29
}))
30
31
-jest.mock("../../core/editor/EditorUtils", () => ({
+jest.mock("../../integrations/editor/EditorUtils", () => ({
32
EditorUtils: {
33
getEffectiveRange: jest.fn(),
34
getFilePath: jest.fn(),
0 commit comments