-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support multiple entry files/patterns/directories #45
Comments
+1
mocha-webpack --bundle myfiles.txt myfiles.txttest/test1-spec.js |
@zinserjan This feature is exactly what we need to leverage circle ci test auto-balancing, do you have any estimate on when this would be available? If nothing has been planned yet, can you give me some guidance to make it happen? So far, from looking at the source code, it looks like the bulk of the changes need to happen in the |
This is at least in the scope of @zinserjan suggestion fixed in #79. Tested with |
At the moment mocha-webpack supports only a single argument (file, directory or pattern).
We should support multiple entries to support the following cases:
Examples:
The text was updated successfully, but these errors were encountered: