We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 807069e + 877d11d commit 9048dfdCopy full SHA for 9048dfd
1 file changed
extensions/ql-vscode/test/vscode-tests/cli-integration/packaging.test.ts
@@ -61,6 +61,7 @@ describe("Packaging commands", () => {
61
);
62
63
await handleDownloadPacks(cli, progress);
64
+ expect(showAndLogExceptionWithTelemetrySpy).not.toHaveBeenCalled();
65
expect(showAndLogInformationMessageSpy).toHaveBeenCalledWith(
66
expect.stringContaining("Finished downloading packs."),
67
@@ -73,6 +74,7 @@ describe("Packaging commands", () => {
73
74
inputBoxSpy.mockResolvedValue("codeql/csharp-solorigate-queries");
75
76
77
78
79
80
0 commit comments