test(import/utils): remove leftover unused type

This commit is contained in:
Panagiotis Papadopoulos 2025-01-21 00:33:45 +01:00
parent 2296d1a6ba
commit 05b433d44e

View File

@ -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>[] = [
[