Jest configuration in Rush monorepo
I need to set up jest testing environment in Rush monorepo with some similar react + typescript packages and I want to use one common jest config for all of my packages. Rush monorepo approach is that there is no package.json
in the root and each package in isolated, so what is the best way to configure jest and install it’s dependencies? Should I install dependencies in each package of monorepo or is there a better way?