Closed
Description
I think the suggested flow config should also include the following line:
[libs]
/flow-typed/
So that flow will recognize the definitions if you run:
flow-typed install jest -f 0.30
It would be helpful to add some info in the README about this process of adding type definitions to the project. Maybe the type definition of Jest could actually be added by default?