Karma in application build mode throws "handle multiple spec files with same name" #28915
Open
1 task done
Labels
area: @angular-devkit/build-angular
devkit/build-angular:karma
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
Command
test
Is this a regression?
The previous version in which this bug was not present was
18
Description
After setting "buildMode: application" for my Karma unit test setup, I am getting multiple "Two output files share the same path but have different contents" errors. The project contains five independent "data-source.spec.ts" suites, each a service for a different component. I suspect the "-2" suffix does not take this into account.
Suite paths:
Minimal Reproduction
Exception or Error
Your Environment
Anything else relevant?
No response
The text was updated successfully, but these errors were encountered: