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
My use case involves building multiple entries to be able to run Jest tests in parallel. I'm using wildcards-entry-webpack-plugin to monitor any newly added test files in watch mode and compile them so that Jest can pick them up. This works as expected, but the problem is that if I remove a test file (an entry file), it does not get removed from the destination directory and Jest will still try to run these tests and fail. Can this plugin be extended to reflect removal of entry files as well?
The text was updated successfully, but these errors were encountered:
Awesome! Thanks! Is there anything I can help with? I don't know a lot about Webpack's APIs but I might be able to get something to work if I could just find the documentation for compliation in order to access the entries.
My use case involves building multiple entries to be able to run Jest tests in parallel. I'm using
wildcards-entry-webpack-plugin
to monitor any newly added test files in watch mode and compile them so that Jest can pick them up. This works as expected, but the problem is that if I remove a test file (an entry file), it does not get removed from the destination directory and Jest will still try to run these tests and fail. Can this plugin be extended to reflect removal of entry files as well?The text was updated successfully, but these errors were encountered: