We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd5b19f commit 45bc823Copy full SHA for 45bc823
src/test/clojure/cljs/analyzer/specs.cljc
@@ -118,9 +118,8 @@
118
:req-un [::test ::nodes ::default])))
119
120
(defmethod node :case-node [_]
121
- (s/merge ::base
122
- (s/keys
123
- :req-un [::tests ::then])))
+ (s/keys
+ :req-un [::op ::env ::tests ::then]))
124
125
(defmethod node :case-test [_]
126
(s/merge ::base
0 commit comments