Fixed tests due to stale language.ts obscuring language/index.ts import when done at module level

This commit is contained in:
Óscar San José
2026-05-25 16:33:01 +02:00
parent 838486a3c3
commit 7c7926f8df
28 changed files with 31 additions and 31 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ import { type CodeQL } from "./codeql";
import { Config } from "./config-utils";
import { EnvVar } from "./environment";
import * as json from "./json";
import { Language } from "./languages";
import { Language } from "./languages/index";
import { Logger, withGroup } from "./logging";
import {
isSafeArtifactUpload,