Merge branch 'main' into henrymercer/upgrade-typescript
This commit is contained in:
commit
ba93815e25
31 changed files with 2179 additions and 880 deletions
3
lib/testing-utils.js
generated
3
lib/testing-utils.js
generated
|
|
@ -187,6 +187,9 @@ exports.mockCodeQLVersion = mockCodeQLVersion;
|
|||
*/
|
||||
function createFeatures(enabledFeatures) {
|
||||
return {
|
||||
getDefaultCliVersion: async () => {
|
||||
throw new Error("not implemented");
|
||||
},
|
||||
getValue: async (feature) => {
|
||||
return enabledFeatures.includes(feature);
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue