Removed unused vars in config-utils.test.ts

This commit is contained in:
Eric Cornelissen 2021-01-15 18:25:29 +01:00
parent 2a6d6c52d7
commit 9a753aa409

View file

@ -726,10 +726,7 @@ test("Invalid queries in workflow file handled correctly", async (t) => {
// This function just needs to be type-correct; it doesn't need to do anything,
// since we're deliberately passing in invalid data
const codeQL = setCodeQL({
async resolveQueries(
_queries: string[],
_extraSearchPath: string | undefined
) {
async resolveQueries() {
return {
byLanguage: {
javascript: {},