mirror of
https://github.com/logseq/logseq.git
synced 2026-05-05 11:26:26 +00:00
Rename config to :rich-property-values?
Name should allow for additional functionality later
This commit is contained in:
@@ -120,8 +120,8 @@ prop-d:: nada"}])
|
||||
|
||||
(test-helper/start-test-db!) ;; reset db
|
||||
|
||||
(testing "block property tests with property-values-allow-links-and-text? config"
|
||||
(test-helper/with-config {:property-values-allow-links-and-text? true}
|
||||
(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
|
||||
@@ -191,8 +191,8 @@ prop-d:: nada"}])
|
||||
|
||||
(test-helper/start-test-db!) ;; reset db
|
||||
|
||||
(testing "page property tests with property-values-allow-links-and-text? config"
|
||||
(test-helper/with-config {:property-values-allow-links-and-text? true}
|
||||
(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