devkit icon indicating copy to clipboard operation
devkit copied to clipboard

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

Open markgoho opened this issue 1 year ago • 4 comments

normal transform using jest-preset-angular image

with swc transform image

everything else works well and is faster!

markgoho avatar May 09 '24 20:05 markgoho

Is there a workaround for this?

fdx-kunal avatar Sep 04 '24 07:09 fdx-kunal

Is there a workaround for this?

convert everything to use inject rather than use constructor injection

markgoho avatar Sep 04 '24 13:09 markgoho

Thanks @markgoho, this works for me!

fdx-kunal avatar Sep 09 '24 10:09 fdx-kunal

Since my application is really large I cannot manual convert everything to use inject. Is there a proper fix for this by making use of construction injection?

jacksonalappatt avatar Apr 08 '25 08:04 jacksonalappatt