mzgoddard / jest-webpack

Use jest with webpack.
https://www.npmjs.com/package/jest-webpack
92 stars 21 forks source link

a more decoupled approach #43

Open wmertens opened 4 years ago

wmertens commented 4 years ago

I see that there is still some effort needed to bridge jest.

How about instead of bridging jest, providing a mode that builds all the tests in some dir, and then the user is responsible for running jest against that? Jest will automatically update when the output changes.

The one thing that breaks is Jest's detection of files changed vs git, there might be some way to handle that though.