Removed unused vars in config-utils.test.ts
This commit is contained in:
parent
2a6d6c52d7
commit
9a753aa409
1 changed files with 1 additions and 4 deletions
|
|
@ -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: {},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue