Adjust picker test
This commit is contained in:
@@ -99,7 +99,10 @@ describe("pickExtensionPack", () => {
|
||||
name: "codeql-custom-queries-java",
|
||||
index: 0,
|
||||
};
|
||||
additionalPacks = [Uri.file(tmpDir).fsPath];
|
||||
additionalPacks = [
|
||||
Uri.file(tmpDir).fsPath,
|
||||
`${Uri.file(tmpDir).fsPath}/.github`,
|
||||
];
|
||||
workspaceFoldersSpy = jest
|
||||
.spyOn(workspace, "workspaceFolders", "get")
|
||||
.mockReturnValue([workspaceFolder]);
|
||||
|
||||
Reference in New Issue
Block a user