mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
refactor: separate og and db version (#12276)
separate og and new version apps remove file sync, tldraw, excalidraw and zotero
This commit is contained in:
@@ -361,8 +361,7 @@
|
||||
(is (= (get tag1 ":logseq.property.class/extends") [id2]) "tag1 extends tag2 with db id")
|
||||
(let [_ (ls-api-call! :editor.addTagExtends id1 id3)
|
||||
tag1 (ls-api-call! :editor.getTag id1)]
|
||||
(is (= (get tag1 ":logseq.property.class/extends") [id2 id3]) "tag1 extends tag2,tag3 with db ids"))
|
||||
)))
|
||||
(is (= (get tag1 ":logseq.property.class/extends") [id2 id3]) "tag1 extends tag2,tag3 with db ids")))))
|
||||
|
||||
(deftest get-tags-by-name-test
|
||||
(testing "get tags by exact name"
|
||||
|
||||
Reference in New Issue
Block a user