For mixed client/node code projects, it would be very useful to configure jest differently for both environments: mocks, module system, transform etc.
It would be awesome to have multiple .jestrc files in different subdirectories. We could merge separate suites in www into one
This is now possible since Jest 20: http://facebook.github.io/jest/docs/en/configuration.html#content
Most helpful comment
It would be awesome to have multiple
.jestrcfiles in different subdirectories. We could merge separate suites in www into one