diff --git a/scripts/__tests__/check-doc-links.test.ts b/scripts/__tests__/check-doc-links.test.ts index e3abf074e..4f77ade29 100644 --- a/scripts/__tests__/check-doc-links.test.ts +++ b/scripts/__tests__/check-doc-links.test.ts @@ -4,7 +4,6 @@ import os from 'node:os'; import path from 'node:path'; import { fileURLToPath } from 'node:url'; -// @ts-expect-error — plain-JS CI helper, intentionally untyped import { collectBrokenLinks, routeExists, stripCode } from '../check-doc-links.mjs'; /**