alexanderjamesking / spy

Clojure/ClojureScript library for stubs, spies and mocks.
MIT License
175 stars 9 forks source link

ClojureScript - Protocol support #7

Closed alexanderjamesking closed 1 year ago

alexanderjamesking commented 6 years ago

Support spying on protocols, current solution is JVM only as resolve in CLJS doesn't work - looks like I need to get the metadata of the Protocol var in a macro.