Remove unused properties from VersionOutput

This commit is contained in:
Michael B. Gale 2023-10-04 15:51:26 +01:00
parent bb67eddd77
commit 49b94f1a2d
No known key found for this signature in database
GPG key ID: FF5E2765BD00628F
6 changed files with 2 additions and 42 deletions

8
lib/testing-utils.js generated
View file

@ -191,14 +191,6 @@ exports.mockLanguagesInRepo = mockLanguagesInRepo;
* Constructs a `VersionOutput` object for testing purposes only.
*/
const makeVersionOutput = (version) => ({
productName: "CodeQL",
vendor: "GitHub",
sha: "",
branches: [],
copyright: "",
unpackedLocation: "",
configFileLocation: "",
configFileFound: false,
version,
});
exports.makeVersionOutput = makeVersionOutput;