-
Notifications
You must be signed in to change notification settings - Fork 220
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
Test files with same name over-writing each other #395
Comments
uh that seems like a tough/weird one... could you prepare a minimal repo where this occurs so I can easily debug it? |
I'll give it a go, because I can't get my head around it. Just a standard set-up with:
|
I guess you'd need to add the file hash to the output config, or alternatively use |
Finally got around to creating a test repo, and cannot reproduce this issue. Thanks for your help/software!
|
Thank you! |
Expected Behavior
All tests to be compiled and run
Actual Behaviour
If tests have the same name, only one is run.
Code
Webpack shows only one
test.spec.js
— as it was a key to a hash, so should I add something like[hash:8]
inoutput.filename
?How Do We Reproduce?
Have two test files, obv matching the
files
entry, with the same name, in different directories. After running, rename one of the files to see it process.I've not changed 'entries'!
The text was updated successfully, but these errors were encountered: