mirror of
https://github.com/github/codeql-action.git
synced 2026-04-25 16:28:48 +00:00
Removed unused vars in config-utils.test.ts
This commit is contained in:
@@ -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: {},
|
||||
|
||||
Reference in New Issue
Block a user