You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?