Fork me on GitHub
#cljsrn
<
2017-01-10
>
ejelome09:01:59

how do you do test in re-natal? I see no test as part of the boilerplate so no idea about the sample 🙂

edwthomas17:01:36

Yeah for now I have no tests. 🙂 I’ll add some as I add some functionality as time permits. Also, my understanding is that testing isn’t re-natal specific and you can test functions using clojure.test. I haven’t done any UI specific testing and it would definitely be a good exercise. I’ll see if I can add that soon.

ejelome20:01:24

UI testing is hard, so it's fine, and in case you're able to create one when have the spare time, that'll be very nice addition to the bootstrap 😄