baconjs / bacon.matchers

Matchers API for Bacon.js
MIT License
21 stars 6 forks source link

Feature/is extractors #8

Closed jliuhtonen closed 10 years ago

jliuhtonen commented 10 years ago
raimohanska commented 10 years ago

Good stuff!

raimohanska commented 10 years ago

Merged in Berlin:)

jliuhtonen commented 10 years ago

:+1:

mkaemmerer commented 10 years ago

I'm not opposed to this change, but I think I'm likely to stick with the slightly more verbose (and imo more readable) observable.map('.fieldKey').is().equalTo(3) instead of observable.is('.fieldKey').equalTo(3).