Clojure introduced a `uri?` predicate in 1.9. Clojurescript currently doesn't have one.
@dnolen suggested on Slack that it would "probably need to tie to Closure Uri type".
fixed https://github.com/clojure/clojurescript/commit/35ad08e6728d83d0e7e1cce1d724f080eb5abce4
patch updated
Just require goog.Uri. You don't need to require goog.Uri in the tests.
Patch Updated.
I don't see why we need a try/catch there. We should remove that. Also don't we need to require goog.Uri?
Clojure introduced a `uri?` predicate in 1.9. Clojurescript currently doesn't have one.
@dnolen suggested on Slack that it would "probably need to tie to Closure Uri type".