Skip to content

Commit

Permalink
Removed unused vars in config-utils.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Cornelissen committed Jan 15, 2021
1 parent 2a6d6c5 commit 9a753aa
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/config-utils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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: {},
Expand Down

0 comments on commit 9a753aa

Please sign in to comment.