jscutlery / devkit

Tools that make Angular developer's life easier.
MIT License
240 stars 15 forks source link

[swc-angular-plugin] coverage is reported differently, leads to failures #386

Open markgoho opened 4 months ago

markgoho commented 4 months ago

normal transform using jest-preset-angular

image

with swc transform

image

everything else works well and is faster!

fdx-kunal commented 1 week ago

Is there a workaround for this?

markgoho commented 1 week ago

Is there a workaround for this?

convert everything to use inject rather than use constructor injection

fdx-kunal commented 1 week ago

Thanks @markgoho, this works for me!