Closed dchelimsky closed 4 years ago
This PR adds Symbol to the cljs types that get Matcher implementations.
Symbol
Matcher
Also, converts some cljs tests to property based tests (which was actually discovered that Symbol was missing).
NOTE: ignore the ci/circleci failure. We're running CI via a github action now (Clojure CI / build) but need somebody with proper permissions to disable circleci (@philomates ?).
This PR adds
Symbol
to the cljs types that getMatcher
implementations.Also, converts some cljs tests to property based tests (which was actually discovered that
Symbol
was missing).