nubank / matcher-combinators

Library for creating matcher combinator to compare nested data structures
Other
467 stars 23 forks source link

add Matcher impl for Symbol in cljs #131

Closed dchelimsky closed 4 years ago

dchelimsky commented 4 years ago

This PR adds Symbol to the cljs types that get Matcher implementations.

Also, converts some cljs tests to property based tests (which was actually discovered that Symbol was missing).

dchelimsky commented 4 years ago

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 ?).