Skip to content

Commit

Permalink
remove newly introduced code smell
Browse files Browse the repository at this point in the history
Signed-off-by: Billie Simmons <[email protected]>
  • Loading branch information
JillieBeanSim committed Oct 18, 2023
1 parent 70af869 commit b8fb265
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,6 @@ describe("Test src/shared/extension", () => {
Object.defineProperty(globals, "SETTINGS_TEMP_FOLDER_LOCATION", { value: "/some/old/temp/location" });
Object.defineProperty(vscode.workspace, "onDidSaveTextDocument", { value: onDidSaveTextDocument });
Object.defineProperty(LocalFileManagement, "compareChosenFileContent", { value: jest.fn(), configurable: true });
Object.defineProperty(globals, "filesToCompare", { value: [], configurable: true });
spyOnSubscriptions(commands);
await sharedExtension.registerCommonCommands(test.context, test.value.providers);
});
Expand Down

0 comments on commit b8fb265

Please sign in to comment.