mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 02:02:29 +08:00
test(import/utils): remove leftover unused type
This commit is contained in:
parent
2296d1a6ba
commit
05b433d44e
@ -29,8 +29,6 @@ describe("#extractHtmlTitle", () => {
|
|||||||
</body>
|
</body>
|
||||||
</html>`;
|
</html>`;
|
||||||
|
|
||||||
type TestCaseExtractHtmlTitle = [htmlContent: string, expected: string | null, description: string];
|
|
||||||
|
|
||||||
// prettier-ignore
|
// prettier-ignore
|
||||||
const testCases: TestCase<typeof importUtils.extractHtmlTitle>[] = [
|
const testCases: TestCase<typeof importUtils.extractHtmlTitle>[] = [
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user