test(import/utils): remove leftover unused type

pull/1022/head
Panagiotis Papadopoulos 2025-01-21 00:33:45 +07:00
parent 2296d1a6ba
commit 05b433d44e
1 changed files with 0 additions and 2 deletions

@ -29,8 +29,6 @@ describe("#extractHtmlTitle", () => {
</body>
</html>`;
type TestCaseExtractHtmlTitle = [htmlContent: string, expected: string | null, description: string];
// prettier-ignore
const testCases: TestCase<typeof importUtils.extractHtmlTitle>[] = [
[