Skip to content

Commit d7de606

Browse files
committed
test: Add internal_heading_links to AllCacheSampleData.ts
1 parent 8cdbb97 commit d7de606

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Obsidian/AllCacheSampleData.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ import inheritance_task_listitem from './__test_data__/inheritance_task_listitem
3434
import inheritance_task_listitem_mixed_grandchildren from './__test_data__/inheritance_task_listitem_mixed_grandchildren.json';
3535
import inheritance_task_listitem_task from './__test_data__/inheritance_task_listitem_task.json';
3636
import inheritance_task_mixed_children from './__test_data__/inheritance_task_mixed_children.json';
37+
import internal_heading_links from './__test_data__/internal_heading_links.json';
3738
import jason_properties from './__test_data__/jason_properties.json';
3839
import link_in_file_body from './__test_data__/link_in_file_body.json';
3940
import link_in_file_body_with_custom_display_text from './__test_data__/link_in_file_body_with_custom_display_text.json';
@@ -111,6 +112,7 @@ export function allCacheSampleData() {
111112
inheritance_task_listitem_mixed_grandchildren,
112113
inheritance_task_listitem_task,
113114
inheritance_task_mixed_children,
115+
internal_heading_links,
114116
jason_properties,
115117
link_in_file_body,
116118
link_in_file_body_with_custom_display_text,

0 commit comments

Comments
 (0)