ng test
breaks when module.id is set
#4876
Labels
P1
Impacts a large percentage of users; if a workaround exists it is partial or overly painful
type: bug/fix
ng test
will break on apps that havemoduleId: module.id
in the@Component
metadata.This is due to
ng test
using a different setup of AoTplugin that does not stripmodule.id
.The text was updated successfully, but these errors were encountered: