Support features key in version JSON output
This commit is contained in:
parent
3dd4ad872b
commit
74b46628c3
30 changed files with 182 additions and 73 deletions
2
lib/testing-utils.js
generated
2
lib/testing-utils.js
generated
|
|
@ -190,7 +190,7 @@ exports.mockLanguagesInRepo = mockLanguagesInRepo;
|
|||
function mockCodeQLVersion(version) {
|
||||
return {
|
||||
async getVersion() {
|
||||
return version;
|
||||
return CodeQL.makeVersionOutput(version);
|
||||
},
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue