kefirjs / kefir

A Reactive Programming library for JavaScript
https://kefirjs.github.io/kefir/
MIT License
1.87k stars 97 forks source link

Add testing info to docs #262

Open mAAdhaTTah opened 6 years ago

mAAdhaTTah commented 6 years ago

Adding information on how to test Kefir Observables would be a nice addition to the docs. Wondering if we should put all of that into the main docs site, or have a separate site for testing with chai-kefir, or maybe moving all the docs into a kefirjs.github.io repo & website. Thoughts?

rpominov commented 6 years ago

I'd probably put testing documentation into chai-kefir readme.

As for separate repo for the docs, I think it's great idea. Might be tricky to separate from the main repo though.