It would be very neat if it was possible to run Jest tests when running Webpack in watch mode. I am aware running the tests can take a while. Regardless this could be a valuable feature helping during development.
I suppose this would mean you would have to be able to treat jest-webpack as a loader (or a plugin?) and then be able to attach it into postLoaders section of the configuration to trigger the execution.
It would be very neat if it was possible to run Jest tests when running Webpack in watch mode. I am aware running the tests can take a while. Regardless this could be a valuable feature helping during development.
I suppose this would mean you would have to be able to treat
jest-webpackas a loader (or a plugin?) and then be able to attach it intopostLoaderssection of the configuration to trigger the execution.