These were my first mockups I made during the redesign last year, I only really showed them at the Jest core summit as rough drafts, so they're not polished.
Generally cookbooks are a sort of mini reference for how to do specific things, it'd be nice to have a static SEOable page for common questions about using Jest and statically generated cookbook could do that.


The core concept being:
-
Each example is in the form I want to "x" a "y" which "z"

-
Each example has a corresponding GitHub issue, where people can leave their feedback (using something like this)
-
Ideally, each example could have a virtual fs (for showing import/exports)
-
There is the very well commented Jest API on definitely typed which can make working with the editor easier
These were my first mockups I made during the redesign last year, I only really showed them at the Jest core summit as rough drafts, so they're not polished.
Generally cookbooks are a sort of mini reference for how to do specific things, it'd be nice to have a static SEOable page for common questions about using Jest and statically generated cookbook could do that.
The core concept being:
Each example is in the form I want to "x" a "y" which "z"

Each example has a corresponding GitHub issue, where people can leave their feedback (using something like this)
Ideally, each example could have a virtual fs (for showing import/exports)
There is the very well commented Jest API on definitely typed which can make working with the editor easier