A section in the tests uses a form that exceeds the Clojure/ClojureScript limit of 20 parameters, and therefore blows up when running the tests: https://github.com/exercism/clojurescript/blob/ccd40bdd94076202c7b52191b15cb8326ab4e6d7/exercises/practice/beer-song/test/beer_song_test.cljs#L17-L28 I might take a look/fix this later on when I have time!
A section in the tests uses a form that exceeds the Clojure/ClojureScript limit of 20 parameters, and therefore blows up when running the tests:
clojurescript/exercises/practice/beer-song/test/beer_song_test.cljs
Lines 17 to 28 in ccd40bd
I might take a look/fix this later on when I have time!