diff --git a/test/CodeQuality.spec.ts b/test/CodeQuality.spec.ts index f1371a45d..c2939ef0f 100644 --- a/test/CodeQuality.spec.ts +++ b/test/CodeQuality.spec.ts @@ -81,7 +81,6 @@ const cachedHashes: Record = {} async function validateScriptIntegrityOf(path: string): Promise { const htmlContents = readFileSync(path, "utf8") const doc = parse_html(htmlContents) - // @ts-ignore const scripts = Array.from(doc.getElementsByTagName("script")) // Maps source URL onto hash const failed = new Set()