mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 08:04:40 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user