reagent-project / reagent-template

A Leiningen template for projects using Reagent.
MIT License
394 stars 55 forks source link

remove nonexists macro #99

Closed zjhmale closed 8 years ago

zjhmale commented 8 years ago

cause we use cljs.test here so should remove the nonexists macro done to prevent error like, the done macro is part of the deprecate project clojurescript.test

Caused by: clojure.lang.ExceptionInfo: Referred macro cljs.test/done does not exist {:tag :cljs/analysis-error}
zjhmale commented 8 years ago

@yogthos this is a bugfix

zjhmale commented 8 years ago

poke @yogthos

yogthos commented 8 years ago

perfect, I'll push out the fix

yogthos commented 8 years ago

ok new one should be up :)