unsplash / sum-types

Safe, ergonomic, non-generic sum types in TypeScript.
https://unsplash.github.io/sum-types/
MIT License
42 stars 2 forks source link

More, better type tests #14

Closed samhh closed 3 years ago

samhh commented 3 years ago

A lot of this library's value is in its behaviour at the type-level, this should be tested! #12 is a good candidate.

@unsplash/web Any experience here?

OliverJAsh commented 3 years ago

@unsplash/web Any experience here?

Yup, see the type-tests folder in the web repo and these docs: https://github.com/unsplash/unsplash-web/blob/master/type-tests/README.md

samhh commented 3 years ago

https://github.com/unsplash/sum-types/pull/18#discussion_r708251977