We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85a7385 commit 7722606Copy full SHA for 7722606
1 file changed
test/cljs/vd_designer/pages/form/controller_test.cljs
@@ -336,11 +336,11 @@
336
(deftest strip-empty-where-nodes-test
337
(testing "strip empty where"
338
(is (match?
339
- {:where nil}
+ {}
340
(sut/strip-empty-where-nodes {:where []}))))
341
(testing "strip non empty where with empty node"
342
343
344
(sut/strip-empty-where-nodes {:where [{:path ""}]}))))
345
(testing "strip non empty where with non empty node"
346
0 commit comments