Skip to content

Commit

Permalink
* :case-node is synthetic - no :form
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Oct 25, 2024
1 parent fd5b19f commit 45bc823
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/test/clojure/cljs/analyzer/specs.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,8 @@
:req-un [::test ::nodes ::default])))

(defmethod node :case-node [_]
(s/merge ::base
(s/keys
:req-un [::tests ::then])))
(s/keys
:req-un [::op ::env ::tests ::then]))

(defmethod node :case-test [_]
(s/merge ::base
Expand Down

0 comments on commit 45bc823

Please sign in to comment.