chore: convert more frontend tests to db graph

Removed file graph specific tests in outliner.core-test and export-test.
Also fixed test for export-test as file graph exports didn't
reference pages in blocks
This commit is contained in:
Gabriel Horner
2026-01-06 15:23:03 -05:00
parent e5778093a6
commit e01664bac4
7 changed files with 80 additions and 134 deletions

View File

@@ -67,7 +67,7 @@
(d/transact! conn [[:db/retract foo-id :logseq.property.linked-references/includes]
[:db/retract foo-id :logseq.property.linked-references/excludes]]))
(deftest ^:large-vars/cleanup-todo ^:focus get-linked-references
(deftest ^:large-vars/cleanup-todo get-linked-references
(let [conn (create-conn!)
foo-id (:db/id (ldb/get-page @conn "foo"))
_ (retract-filters! conn foo-id)