I have server-side tests and I'd like to add integration tests. I'd like tests that will let me know the client needs updated when the API on the server changes.
Given that I'm using all AJAX calls on the client to call the API, is there a recommended way to check these calls via client-side testing? I could use cljs-http to call the API, but I'd rather use the client-side code that's already written, to verify the API returns as well as get code coverage on the client. -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
