mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
refactor: replace directives(front matter or org) with properties
This commit is contained in:
@@ -116,12 +116,6 @@ prop-d:: nada"}])
|
||||
(deftest block-property-queries
|
||||
(testing "block property tests with default config"
|
||||
(test-helper/with-config {}
|
||||
(block-property-queries-test)))
|
||||
|
||||
(test-helper/start-test-db!) ;; reset db
|
||||
|
||||
(testing "block property tests with rich-property-values? config"
|
||||
(test-helper/with-config {:rich-property-values? true}
|
||||
(block-property-queries-test))))
|
||||
|
||||
(defn- page-property-queries-test
|
||||
@@ -187,12 +181,6 @@ prop-d:: nada"}])
|
||||
(deftest page-property-queries
|
||||
(testing "page property tests with default config"
|
||||
(test-helper/with-config {}
|
||||
(page-property-queries-test)))
|
||||
|
||||
(test-helper/start-test-db!) ;; reset db
|
||||
|
||||
(testing "page property tests with rich-property-values? config"
|
||||
(test-helper/with-config {:rich-property-values? true}
|
||||
(page-property-queries-test))))
|
||||
|
||||
(deftest task-queries
|
||||
|
||||
Reference in New Issue
Block a user