Remove unused properties from VersionOutput
This commit is contained in:
parent
bb67eddd77
commit
49b94f1a2d
6 changed files with 2 additions and 42 deletions
8
lib/testing-utils.js
generated
8
lib/testing-utils.js
generated
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue